summaryrefslogtreecommitdiff
path: root/tests/cantSql.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cantSql.ur')
-rw-r--r--tests/cantSql.ur3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cantSql.ur b/tests/cantSql.ur
new file mode 100644
index 00000000..026fcaa4
--- /dev/null
+++ b/tests/cantSql.ur
@@ -0,0 +1,3 @@
+datatype foo = Bar of int
+
+table bad : { A : foo, B : { X : float } }