a.cpp 43 B

123456
  1. #include "a.hpp"
  2. int f()
  3. {
  4. return 2;
  5. }