int main() { foo(); return 0; } void foo() { printInt(5%3); printString("\n"); return; printDouble(10.0/5.0); printString("\n"); }