1#include <stdio.h>
2
3void
4foo ()
5{
6  printf ("TEST1\n");
7}
8