nix-gh/tests/lang/parse-fail-regression-20060...

12 lines
97 B
Nix

let {
x =
{gcc}:
{
inherit gcc;
};
body = ({
inherit gcc;
}).gcc;
}