about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/parse-fail-regression-20060610.nix
let {
  x =
    {gcc}:
    {
      inherit gcc;
    };

  body = ({
    inherit gcc;
  }).gcc;
}