about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-simple-let.nix
blob: b440a220ff6d6ce8eaa610e0cb669f348430c3ef (plain) (blame)
1
2
3
4
let
  a = 1;
  b = 2;
in a + b