Files
lix/tests/functional2/lang/regression-20060610/in.nix
T
piegames 0219434ae9 tests/functional2/lang: Migrate trivial parse-fail tests
Change-Id: If6cd6a2432c081e4b918f480ce3be0da3e691d40
2025-06-02 21:52:34 +02:00

11 lines
81 B
Nix

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