// No includes here, they need to come from the PCH
int main(void) {
// Method is implemented in pch.c.
// This makes sure that we can properly handle user defined
// pch implementation files and not only auto-generated ones.
return foo();
}