about summary refs log tree commit diff
path: root/tvix/eval/src/tests/nix_tests/eval-fail-blackhole.nix-disabled
let {
  body = x;
  x = y;
  y = x;
}