2024-04-14 22:45:38 +02:00

9 lines
67 B
C

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