executable.cxx 91 B

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