summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-06-22 11:04:10 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-06-22 11:04:10 -0400
commit2500639bb374dc42be1a82bb10b0437cbba49ad1 (patch)
tree57732a378b045f88dbd16acda97a81e150e45707 /tests
parentebf05a538b3de96189fefaabb68613e58a2f9f51 (diff)
Parsing signature files
Diffstat (limited to 'tests')
-rw-r--r--tests/split.lac2
-rw-r--r--tests/split.lig2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/split.lac b/tests/split.lac
new file mode 100644
index 00000000..0a855c5e
--- /dev/null
+++ b/tests/split.lac
@@ -0,0 +1,2 @@
+type t = int
+val x = 0
diff --git a/tests/split.lig b/tests/split.lig
new file mode 100644
index 00000000..d095f7c4
--- /dev/null
+++ b/tests/split.lig
@@ -0,0 +1,2 @@
+type t
+val x : t