blob: 97d465c01c5bdb7ae88daa1230635aa5a4cf734b [file] [log] [blame]
#include "bar.h"
#include "foo.h"
#include "foo2.h"
int main()
{
int zeroSize = 0;
#ifdef HAVE_PCH_SUPPORT
zeroSize = (int)strlen("");
#endif
return foo() + foo2() + bar() + zeroSize;
}