aboutsummaryrefslogtreecommitdiff
path: root/tests/loops.ek
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-04-07 01:28:45 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-04-07 01:28:45 +0300
commit170f3ddc3d8967c0b5d4755c0221c396db215b2f (patch)
tree00314209cd7878b9d5b3fe6fc2e0c7297f76dec8 /tests/loops.ek
parent2bdf1f8b1856bca8091d66a7a447e6c90993c297 (diff)
downloadek-170f3ddc3d8967c0b5d4755c0221c396db215b2f.tar.gz
ek-170f3ddc3d8967c0b5d4755c0221c396db215b2f.zip
implement some initial qbt backend stuff
Diffstat (limited to 'tests/loops.ek')
-rw-r--r--tests/loops.ek4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/loops.ek b/tests/loops.ek
deleted file mode 100644
index 5b6f702..0000000
--- a/tests/loops.ek
+++ /dev/null
@@ -1,4 +0,0 @@
-/* this should error out with some decent message about type loops or something
- * */
-f(=>typeof main()){}
-main(=> typeof f()){}