simple.cxx 67 B

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