blob: 8e1648515f148329fa775c05ffaf87328bd37a20 [file] [log] [blame]
int cppfunc(void);
int main(void) {
return cppfunc() != 42;
}