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