a.h 172 B

123456789
  1. #ifdef TEST_A_H
  2. # error "TEST_A_H defined"
  3. #endif
  4. #ifndef TEST_ADD_COMPILE_DEFINITIONS
  5. # error "TEST_ADD_COMPILE_DEFINITIONS not defined"
  6. #endif
  7. extern void a_h(void);