blob: 507055be34125219b7d0f9eec3117004ca371ed8 [file] [log] [blame]
#include <stdio.h>
int foo(void)
{
printf ("hello\n");
return 0;
}