about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-lazy-assert.nix
assert true;

let
  x = assert false; 13;
  y = 12;
in

{ inherit x y; }.y