aboutsummaryrefslogtreecommitdiff
path: root/tests/callbacks.cu
diff options
context:
space:
mode:
Diffstat (limited to 'tests/callbacks.cu')
-rw-r--r--tests/callbacks.cu17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/callbacks.cu b/tests/callbacks.cu
deleted file mode 100644
index 0249065..0000000
--- a/tests/callbacks.cu
+++ /dev/null
@@ -1,17 +0,0 @@
-do_stuff(proc '(u32))
-{
- proc();
-}
-
-other_proc(u32)
-{
-}
-
-other_proc()
-{
-}
-
-main()
-{
- do_stuff(other_proc as '(u32));
-}