about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-lazy-with.nix
blob: e4377df97eebe90918d79d12cb204a132e9d2dfc (plain) (blame)
1
2
3
4
5
6
# The 'namespace' of a with should only be evaluated if an identifier
# from it is actually accessed.

with (builtins.throw "should not occur");

42