summaryrefslogtreecommitdiff
path: root/test/main.felan
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.felan')
-rw-r--r--test/main.felan2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main.felan b/test/main.felan
index b453f6b..f852c7e 100644
--- a/test/main.felan
+++ b/test/main.felan
@@ -1,5 +1,5 @@
main :: () -> void {
- test(u64,i64);
+ comptime test(u64,u64);
};
test :: (from:type, to:type) -> void {