aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/parse-fail-regression-20060610.nix
blob: b5f4a2682f325eaa06ca4b51b0d60b563a053ac6 (plain)
1
2
3
4
5
6
7
8
9
10
let
  x =
    {gcc}:
    {
      inherit gcc;
    };
in
({
  inherit gcc;
}).gcc