6 lines
70 B
C++
6 lines
70 B
C++
extern "C" int foo(void);
|
|
|
|
int main(void) {
|
|
return foo() != 42;
|
|
}
|