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