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

x == x