diff options
Diffstat (limited to 'Tests/SimpleInstall/foo.h')
-rw-r--r-- | Tests/SimpleInstall/foo.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Tests/SimpleInstall/foo.h b/Tests/SimpleInstall/foo.h new file mode 100644 index 000000000..2708baffe --- /dev/null +++ b/Tests/SimpleInstall/foo.h @@ -0,0 +1,11 @@ +#ifdef __cplusplus +extern "C" { +#endif + +extern char* foo; +extern int SomeFunctionInFoo(); + +#ifdef __cplusplus +} +#endif + |