about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/eval-okay-let.nix
let {
  x = "foo";
  y = "bar";
  body = x + y;
}