1 #include <stdio.h>
2 
3 void foo() {
4   puts("Hello world!\n");
5 }
6