aboutsummaryrefslogtreecommitdiff
path: root/tests/include/test2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include/test2.hpp')
-rw-r--r--tests/include/test2.hpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/include/test2.hpp b/tests/include/test2.hpp
index 0fd90ee..2f9a281 100644
--- a/tests/include/test2.hpp
+++ b/tests/include/test2.hpp
@@ -4,11 +4,13 @@
#define TEST_FLOAT 5.12
#define TEST_HEX 0x512
-int test_call_int();
+extern "C" {
+ int test_call_int();
-struct Foo{
- int bar;
-};
+ struct Foo{
+ int bar;
+ };
+}
class Foo1{
int bar1;