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