#include int foo() { printf("I am foo\n"); return 0; } int main() { foo(); return 0; }