9 lines
63 B
C
Raw Normal View History

2019-11-11 23:01:05 +01:00
extern void func();
int main(void)
{
func();
return 0;
}