about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/eval-okay-deepseq.nix
builtins.deepSeq (let as = { x = 123; y = as; }; in as) 456