blob: 2184bc68c8dac45042a02fb9451f7017cc6be014 [file] [log] [blame]
#include<subdefs.h>
int main(void) {
return subfunc() == 42 ? 0 : 1;
}