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