blob: 2ea623bf8f71f300107bd21c612b95617a551144 [file]
extern "C" int foo(void);
int main(void) {
return foo() != 42;
}