summaryrefslogtreecommitdiff
path: root/tests/modules/test_modules/simple.zc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/test_modules/simple.zc')
-rw-r--r--tests/modules/test_modules/simple.zc3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/modules/test_modules/simple.zc b/tests/modules/test_modules/simple.zc
deleted file mode 100644
index ed002e2..0000000
--- a/tests/modules/test_modules/simple.zc
+++ /dev/null
@@ -1,3 +0,0 @@
-fn foo() -> int {
- return 100;
-}