source.cpp.in 44 B

12345
  1. int func();
  2. int main()
  3. {
  4. return func();
  5. }