summary refs log tree commit diff stats
path: root/tests/manyloc/packages/os.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manyloc/packages/os.nim')
-rw-r--r--tests/manyloc/packages/os.nim5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/manyloc/packages/os.nim b/tests/manyloc/packages/os.nim
new file mode 100644
index 000000000..8a59612f9
--- /dev/null
+++ b/tests/manyloc/packages/os.nim
@@ -0,0 +1,5 @@
+
+# Overrides lib/pure/os.nim
+
+proc yay* = echo "new os.nim"
+