scons_gd/scons/test/MinGW/bug_2799/shlib.c
2022-10-15 16:06:26 +02:00

5 lines
39 B
C

extern int foo(void)
{
return 0;
}