BundleTest.cxx 50 B

123456
  1. extern int foo();
  2. int main()
  3. {
  4. return foo();
  5. }