guix/tests/lang/parse-fail-dup-attrs-1.nix

5 lines
35 B
Nix

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