diff options
Diffstat (limited to 'test/c-from-rust/clib/foo.h')
-rw-r--r-- | test/c-from-rust/clib/foo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/c-from-rust/clib/foo.h b/test/c-from-rust/clib/foo.h new file mode 100644 index 0000000..6ce2745 --- /dev/null +++ b/test/c-from-rust/clib/foo.h @@ -0,0 +1,3 @@ +#pragma once +int c_func(int); + |