1 2 3 4 5 6 7 8 9
#ifndef SUBDIR_TEST # error Expected SUBDIR_TEST #endif int main(int, char**) { return 0; }