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

5 lines
35 B
Nix
Raw Normal View History

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