about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/eval-fail-undeclared-arg.nix
({x, z}: x + z) {x = "foo"; y = "bla"; z = "bar";}