summary refs log tree commit diff stats
path: root/tests/concepts/t5888lib/ca.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/concepts/t5888lib/ca.nim')
-rw-r--r--tests/concepts/t5888lib/ca.nim4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/concepts/t5888lib/ca.nim b/tests/concepts/t5888lib/ca.nim
new file mode 100644
index 000000000..4a811f797
--- /dev/null
+++ b/tests/concepts/t5888lib/ca.nim
@@ -0,0 +1,4 @@
+type
+  CA* = concept c
+    c.x is int
+