summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-08-14 13:20:29 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-08-14 13:20:29 -0400
commit25658a4755c86ffbda946fb8b97f882f3ce7a724 (patch)
tree4ef4c28ab7483566127b841e2396bcc05d98e23d /tests
parent4a22e79410139a25a9615275c3b9adcd165a5988 (diff)
Parsing and elaborating 'table'
Diffstat (limited to 'tests')
-rw-r--r--tests/table.lac1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/table.lac b/tests/table.lac
new file mode 100644
index 00000000..ad67fd19
--- /dev/null
+++ b/tests/table.lac
@@ -0,0 +1 @@
+table t : {A : int, B : string, C : float}