about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-nested-poisoning.nix
let
  null = 1;
  f = n: n + null;
in
f 41