mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-29 20:34:20 +00:00
9 lines
126 B
C
9 lines
126 B
C
#ifndef foo_h
|
|
# error "Precompiled header foo_precompiled.h has not been loaded."
|
|
#endif
|
|
|
|
int main(void)
|
|
{
|
|
return foo();
|
|
}
|