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