diff options
Diffstat (limited to 'ThirdParty/toluapp/src/tests/tmodule.h')
-rw-r--r-- | ThirdParty/toluapp/src/tests/tmodule.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ThirdParty/toluapp/src/tests/tmodule.h b/ThirdParty/toluapp/src/tests/tmodule.h new file mode 100644 index 0000000..3766bc4 --- /dev/null +++ b/ThirdParty/toluapp/src/tests/tmodule.h @@ -0,0 +1,7 @@ +#include <stdio.h> + +extern int a; +extern int b; +extern int c; +extern int d; + |