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

9 lines
63 B
C

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