nix-gh/tests/lang/parse-fail-dup-attrs-1.nix
2005-03-10 11:33:46 +00:00

5 lines
35 B
Nix

{ x = 123;
y = 456;
x = 789;
}