about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-fail-force-before-value-pointer-equality.nix
blob: a2182a508fca2453f0806210cd316019a43603a3 (plain) (blame)
1
2
3
4
5
let
  x = throw "I have been forced";
in

x == x