summary refs log tree commit diff stats
path: root/tests/modules/definitions.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/definitions.nim')
-rw-r--r--tests/modules/definitions.nim4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/modules/definitions.nim b/tests/modules/definitions.nim
new file mode 100644
index 000000000..edc6eaa6d
--- /dev/null
+++ b/tests/modules/definitions.nim
@@ -0,0 +1,4 @@
+var v*: int
+proc p* = echo "proc p called"
+template t* = echo "template t expanded"
+