gonix
/
tests
/
functional2
/
lang
/
inherit
/
in-unterminated.nix
1
2
3
4
5
6
7
8
let
c
=
{
};
b
=
2
;
in
{
a
=
b
;
inherit
c
b
d
=
5
;
}