1 2 3 4 5
#include <stdio.h> int foo() { return 0; } int main(int argc, char **argv) { return foo(); }