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