From 82cdf010329c4ac6827698689e7e39644fad07b6 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 6 May 2023 22:06:25 +0300 Subject: rename *.cu to *.ek + Name changes can be sort of difficult --- tests/calls.cu | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 tests/calls.cu (limited to 'tests/calls.cu') diff --git a/tests/calls.cu b/tests/calls.cu deleted file mode 100644 index 4978649..0000000 --- a/tests/calls.cu +++ /dev/null @@ -1,19 +0,0 @@ -typedef some_type { - add(some_type, some_type => some_type); -} - -add(a u32, b u32 => u32) -{ - return a + b; -} - -/* ah fuck, analyze_proc gobbles up the typeof */ -some_proc(a some_type, b typeof a => typeof a) -{ - return add(a, b); -} - -main() -{ - some_proc(20 as u32, 40 as u32); -} -- cgit v1.3