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