1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-22 20:34:08 +08:00

9 lines
121 B
C

#ifndef foo_h
# error "Precompiled header foo_precompiled.h has not been loaded."
#endif
int main()
{
return foo();
}