A.cxx 172 B

123456789
  1. // Include code from a header that should not be compiled separately.
  2. #include "A.hh"
  3. #include <stdio.h>
  4. int main()
  5. {
  6. printf("#define A_VALUE %d\n", A());
  7. return 0;
  8. }