gonix
/
tests
/
functional2
/
lang
/
assert
/
in.nix
1
2
3
4
let
x
=
arg
:
assert
arg
==
"y"
;
123
;
in
x
"x"