From 2570fc6449706fd93641ab23762194dbcd50db09 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 30 Apr 2009 17:15:14 -0400 Subject: C FFI compiler options --- tests/test.urs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/test.urs (limited to 'tests/test.urs') 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 -- cgit v1.2.3