Files

7 lines
94 B
C
Raw Permalink Normal View History

2019-02-16 00:16:52 +01:00
/* a trivial function used to test building shared libraries */
int foo(void)
{
return 1;
}