mirror of
https://github.com/reactos/CMake.git
synced 2024-12-02 08:37:09 +00:00
10 lines
95 B
C++
10 lines
95 B
C++
|
|
||
|
#ifndef SUBDIR_TEST
|
||
|
#error Expected SUBDIR_TEST
|
||
|
#endif
|
||
|
|
||
|
int main(int, char**)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|