mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 20:49:41 +00:00
9 lines
121 B
C
9 lines
121 B
C
#ifndef foo_h
|
|
# error "Precompiled header foo_precompiled.h has not been loaded."
|
|
#endif
|
|
|
|
int main()
|
|
{
|
|
return foo();
|
|
}
|