Files
2019-02-16 00:16:52 +01:00

7 lines
94 B
C

/* a trivial function used to test building shared libraries */
int foo(void)
{
return 1;
}