aboutsummaryrefslogtreecommitdiff
path: root/tests/struct_unexported_trait/struct.ek
diff options
context:
space:
mode:
Diffstat (limited to 'tests/struct_unexported_trait/struct.ek')
-rw-r--r--tests/struct_unexported_trait/struct.ek3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/struct_unexported_trait/struct.ek b/tests/struct_unexported_trait/struct.ek
new file mode 100644
index 0000000..acf01f5
--- /dev/null
+++ b/tests/struct_unexported_trait/struct.ek
@@ -0,0 +1,3 @@
+import "trait.ek"
+
+pub typedef struct[trait T] {};