This is part of file foo.

#ifdef INCLUDE_BAR
#include "bar"
#elif defined(INCLUDE_BLAH)
#include "blah"
#else
No includes defined!
#endif

#if 0
This will never ever ever get past cpp.
#endif

This is the end of file foo.
