about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/imported.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/tests/lang/imported.nix')
-rw-r--r--third_party/nix/src/tests/lang/imported.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/nix/src/tests/lang/imported.nix b/third_party/nix/src/tests/lang/imported.nix
new file mode 100644
index 0000000000..fb39ee4efa
--- /dev/null
+++ b/third_party/nix/src/tests/lang/imported.nix
@@ -0,0 +1,3 @@
+# The function ‘range’ comes from lib.nix and was added to the lexical
+# scope by scopedImport.
+range 1 5 ++ import ./imported2.nix