1 2 3 4 5 6 7 8
#ifndef foo_h #error "Precompiled header foo_precompiled.h has not been loaded." #endif int main() { return foo(); }