mirror of
https://github.com/reactos/CMake.git
synced 2024-12-02 08:37:09 +00:00
10 lines
134 B
C
10 lines
134 B
C
#ifndef foo_h
|
|
# include "foo.h"
|
|
# error "Precompiled header foo_precompiled.h has not been loaded."
|
|
#endif
|
|
|
|
int foo()
|
|
{
|
|
return 0;
|
|
}
|