--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/cantSql.ur Sat Dec 03 15:59:21 2011 -0500 @@ -0,0 +1,3 @@ +datatype foo = Bar of int + +table bad : { A : foo, B : { X : float } }