bar.cxx 48 B

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