about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-simple-recursive-attrs.nix
blob: c86ff80383c01bb43b9bf639eff0db98cbfcf116 (plain) (blame)
1
2
3
4
(rec {
  a = 21;
  b = a * 2;
}).b