blob: cf0c78e222a4e6eeae216e9db856055983ec616b [file] [log] [blame]
#include <stdio.h>
void
foo (void)
{
printf ("%s\n", __FUNCTION__);
}