A.h 134 B

1234
  1. // This header should not be compiled directly but through inclusion
  2. // in A.cxx through A.hh.
  3. extern int A();
  4. int A() { return 10; }