blob: 62d61ecf94b6c95ed63d7075f4507d12420b89aa [file] [log] [blame]
extern int printf(const char *, ...);
void foo(void)
{
printf("Hello from %s!\n", __FUNCTION__);
}