aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-fail-print-limit-set.nix
blob: b268cb7f72d9d0a606c7bc3dc14ef763f7d351ea (plain)
1
2
3
4
assert (
  let x = { a.a.a.a.a.a.a.a.a = { a.a = 1; b = 2; }; a.b.c.x = 3; c = 4; };
  in builtins.deepSeq x x
); 1