#ifdef DEBUG
TYPE1 foo(void)
#else
int foo(void)
#endif
{ }
