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