gonix
/
tests
/
functional2
/
lang
/
regression-751
/
in.nix
1
2
let
const
=
a
:
"const"
;
in
''
${
const
{
x
=
"q"
;
}
}
''