10 lines
97 B
C++
10 lines
97 B
C++
|
|
#ifndef SUBDIR_TEST
|
|
# error Expected SUBDIR_TEST
|
|
#endif
|
|
|
|
int main(int, char**)
|
|
{
|
|
return 0;
|
|
}
|