cppmain.cpp 80 B

123456
  1. int cppfunc();
  2. int main(int argc, char **argv) {
  3. return cppfunc() != 42;
  4. }