Nix/tests/lang/eval-okay-let.nix
Eelco Dolstra 463e2817c5 * Remove ancient Fix tests.
* Add automated Nix expression language tests.
2004-10-27 12:41:53 +00:00

6 lines
50 B
Nix

let {
x = "foo";
y = "bar";
body = x + y;
}