10 lines
132 B
C
Raw Normal View History

#ifndef foo_h
2016-07-09 11:21:54 +02:00
#include "foo.h"
#error "Precompiled header foo_precompiled.h has not been loaded."
#endif
int foo()
{
return 0;
}