summaryrefslogtreecommitdiffstats
path: root/test cases/common/105 generatorcustom/host.c
blob: 1ddfa882b3bc51d4137318e9711c0fd63d4994e8 (plain)
1
2
3
4
5
6
7
8
9
#include "res1-cpp.h"

int main(void) {
    #ifdef res1
        return 0;
    #else
        return 1;
    #endif
}