// Include code from a header that should not be compiled separately. #include "A.hh" #include int main() { printf("#define A_VALUE %d\n", A()); return 0; }