2023-07-02 19:51:09 +02:00

8 lines
55 B
C

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