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/callbacks.ek | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/callbacks.ek (limited to 'tests/callbacks.ek') diff --git a/tests/callbacks.ek b/tests/callbacks.ek new file mode 100644 index 0000000..0249065 --- /dev/null +++ b/tests/callbacks.ek @@ -0,0 +1,17 @@ +do_stuff(proc '(u32)) +{ + proc(); +} + +other_proc(u32) +{ +} + +other_proc() +{ +} + +main() +{ + do_stuff(other_proc as '(u32)); +} -- cgit v1.3