1 2 3 4 5 6 7
#ifndef TESTDEF #error "TESTDEF should be defined!" #endif int main(void) { return 0; }