blob: 607b9fdb7268f2e73723806d5dc6eca9a3bb7f3e [file] [log] [blame]
extern int myc(void);
int main(void)
{
return myc();
}