gonix
/
tests
/
functional2
/
lang
/
attrs
/
in-duplicate-1.nix
1
2
3
4
5
{
x
=
123
;
y
=
456
;
x
=
789
;
}