diff options
Diffstat (limited to 'tests/otherbinding/global.h')
-rw-r--r-- | tests/otherbinding/global.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/otherbinding/global.h b/tests/otherbinding/global.h new file mode 100644 index 00000000..c8bfcfb4 --- /dev/null +++ b/tests/otherbinding/global.h @@ -0,0 +1,3 @@ +#include "../samplebinding/global.h" +#include "otherderived.h" + |