aboutsummaryrefslogtreecommitdiff
path: root/tests/type_expand.ek
diff options
context:
space:
mode:
Diffstat (limited to 'tests/type_expand.ek')
-rw-r--r--tests/type_expand.ek11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/type_expand.ek b/tests/type_expand.ek
deleted file mode 100644
index e58d0a0..0000000
--- a/tests/type_expand.ek
+++ /dev/null
@@ -1,11 +0,0 @@
-define trait[] {
- trait_func(*trait a, *trait b);
-}
-
-typedef a[] {
- trait![];
-}
-
-main() {
- a![] some_var;
-}