summaryrefslogtreecommitdiffstats
path: root/test cases/common/42 subproject/subprojects/sublib/simpletest.c
blob: 2184bc68c8dac45042a02fb9451f7017cc6be014 (plain)
1
2
3
4
5
#include<subdefs.h>

int main(void) {
    return subfunc() == 42 ? 0 : 1;
}