scons_gd/scons/test/MinGW/bug_2799/shlib.c

5 lines
39 B
C
Raw Normal View History

2022-10-15 16:06:26 +02:00
extern int foo(void)
{
return 0;
}