blob: b2e40257cb9526c43150906ec42029e63f205ab8 [file] [log] [blame]
int cppfunc();
int main(int argc, char **argv) {
return cppfunc() != 42;
}