blob: dc12b6894f38cb7746ca37957090b5f586b1eaea [file] [log] [blame]
extern void print(void);
int main(int argc, char *argv[])
{
print();
return 0;
}