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