main.cpp 211 B

1234567891011121314151617
  1. #ifndef BOOL_PROP1
  2. #error Expected BOOL_PROP1
  3. #endif
  4. #ifndef BOOL_PROP2
  5. #error Expected BOOL_PROP2
  6. #endif
  7. #ifndef BOOL_PROP3
  8. #error Expected BOOL_PROP3
  9. #endif
  10. int main(int argc, char **argv)
  11. {
  12. return 0;
  13. }