blob: bda8cb6ec84d3448d8d36f8375a45145d03ecb7d [file] [log] [blame]
extern "C" int foo();
int main(int, char**) {
return foo() != 42;
}