gonix
/
tests
/
functional2
/
lang
/
attrs
/
in-duplicate-7.nix
1
2
3
4
5
6
7
rec
{
x
=
1
;
as
=
{
inherit
x
;
inherit
x
;
};
}