usetgt.c 269 B

12345678910
  1. #ifndef TGT_DEF
  2. # error TGT_DEF incorrectly not defined
  3. #endif
  4. #ifndef TGT_TYPE_STATIC_LIBRARY
  5. # error TGT_TYPE_STATIC_LIBRARY incorrectly not defined
  6. #endif
  7. #ifdef TGT_TYPE_EXECUTABLE
  8. # error TGT_TYPE_EXECUTABLE incorrectly defined
  9. #endif
  10. int main(void) { return 0; }