b.cpp 60 B

123456789101112
  1. #include "b.h"
  2. bar::bar()
  3. {
  4. }
  5. int main()
  6. {
  7. return 1;
  8. }