diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-05-02 12:10:43 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-05-02 12:10:43 -0400 |
commit | 065cd9359366197fd8ea66cc584f4e857dfa6ab6 (patch) | |
tree | b2b7e5a618878c8ac7026aa98312d6f9697bc9f6 /tests/test.h | |
parent | b57aab64873d55df8069cf520a6901bb2ce3d929 (diff) |
More FFI compiler options
Diffstat (limited to 'tests/test.h')
-rw-r--r-- | tests/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.h b/tests/test.h index d94cf02d..d1574e1b 100644 --- a/tests/test.h +++ b/tests/test.h @@ -7,3 +7,4 @@ uw_Basis_string uw_Test_out(uw_context, uw_Test_t); uw_Test_t uw_Test_frob(uw_context, uw_Test_t, uw_Basis_string); uw_Basis_unit uw_Test_print(uw_context); +uw_Basis_unit uw_Test_foo(uw_context); |