2019-11-11 23:01:05 +01:00

6 lines
59 B
C

extern int func(void);
int main(void)
{
return func();
}