bar.cpp 73 B

123456
  1. extern "C" int foo();
  2. int main(int, char**) {
  3. return foo() != 42;
  4. }