1
0

A.cxx 116 B

1234567
  1. // Include code from a header that should not be compiled separately.
  2. #include "A.hh"
  3. int main()
  4. {
  5. return A();
  6. }