main_bundle.cpp 58 B

123456789
  1. extern void foo();
  2. int main()
  3. {
  4. foo();
  5. return 0;
  6. }