forked from lix-project/lix
10d33452e2
Part of issue #2077
5 lines
43 B
Nix
5 lines
43 B
Nix
{
|
|
x.q = 3;
|
|
x = { y = 3; z = 3; };
|
|
}
|