blob: 24f9dcc86515e15b63abee795b0cd6fc2d0e10cb [file] [log] [blame]
#include <stdio.h>
int
main (void)
{
printf ("MAIN\n");
return 0;
}