1 2 3 4 5 6 7 8
#ifdef REQUIRED int required() { return 0; } #else # error "REQUIRED not defined" #endif