1 2 3 4 5 6 7 8 9 10 11
#include "cmp0021.h" #ifndef CMP0021_DEFINE #error Expected CMP0021_DEFINE #endif int main(int, char **) { return 0; }