summaryrefslogtreecommitdiff
path: root/test/main.felan
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-24 01:29:32 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-24 01:29:32 +0330
commit9110df75497a6be92ebbb3b31ff551ca0d2c2cea (patch)
tree2a26001e779e959749679a0bcdd5255a49e50ab7 /test/main.felan
parent36367beb40b69d66ba866be31878097eed70b6be (diff)
add comptime conceptHEADmaster
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 {