about summary refs log blame commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-let-sibling-access.nix
blob: faad81a21354bff1e4cd10ebcdb6c9c08dadd53b (plain) (tree)
1
2
3
4
5
6



            

  
let
  a = 1;
  b = 2;
  c = a + b;
in
c