10 lines
136 B
C
Raw Normal View History

#ifndef foo_h
2018-08-09 18:06:22 +02:00
# include "foo.h"
# error "Precompiled header foo_precompiled.h has not been loaded."
#endif
int foo()
{
return 0;
}