index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
functional
/
lang
/
eval-fail-assert.nix
blob: 405adedbd0c710fb0b4041f4539d5a4966b39740 (
plain
)
1
2
3
4
let
x
=
arg
:
assert
arg
==
"y"
;
123
;
in
x
"x"