diff tests/test.c @ 766:df09c95085f8

More FFI compiler options
author Adam Chlipala <adamc@hcoop.net>
date Sat, 02 May 2009 12:10:43 -0400
parents a28982de5645
children eac1974924bb
line wrap: on
line diff
--- a/tests/test.c	Sat May 02 11:27:26 2009 -0400
+++ b/tests/test.c	Sat May 02 12:10:43 2009 -0400
@@ -20,3 +20,8 @@
   printf("Hi there!\n");
   return uw_unit_v;
 }
+
+uw_Basis_unit uw_Test_foo(uw_context ctx) {
+  printf("FOO!\n");
+  return uw_unit_v;
+}