diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-04-30 17:15:14 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-04-30 17:15:14 -0400 |
commit | 2570fc6449706fd93641ab23762194dbcd50db09 (patch) | |
tree | 4be9b76a5e655b9f28be47710cc47e600a369a14 /tests/test.urs | |
parent | 82825a3ba67f3a01d8a3658c74d8171dcd21276e (diff) |
C FFI compiler options
Diffstat (limited to 'tests/test.urs')
-rw-r--r-- | tests/test.urs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test.urs b/tests/test.urs new file mode 100644 index 00000000..e354572c --- /dev/null +++ b/tests/test.urs @@ -0,0 +1,5 @@ +type t + +val create : string -> t +val out : t -> string +val frob : t -> string -> t |