about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/eval-okay-nested-with.nix
blob: ba9d79aa79b1afdf3c6ace6ab39dcbe2aedd6154 (plain) (blame)
1
2
3
with { x = 1; };
with { x = 2; };
x