diff options
Diffstat (limited to 'test cases/common/105 generatorcustom/host.c')
-rw-r--r-- | test cases/common/105 generatorcustom/host.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test cases/common/105 generatorcustom/host.c b/test cases/common/105 generatorcustom/host.c new file mode 100644 index 0000000..1ddfa88 --- /dev/null +++ b/test cases/common/105 generatorcustom/host.c @@ -0,0 +1,9 @@ +#include "res1-cpp.h" + +int main(void) { + #ifdef res1 + return 0; + #else + return 1; + #endif +} |