blob: 8af5c90844be41631b43a13b53765ad3c92c7dae [file] [log] [blame]
extern void print(void);
int main(void)
{
print();
return 0;
}