aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/repl_characterization/data/regression_9918.nix
blob: 3860ce70e0e7b5df541e2774ba2b2175c690a9bd (plain)
1
2
3
4
5
let
  r = [];
  x = builtins.throw r;
in
  x