summaryrefslogtreecommitdiffstats
path: root/source/tests/shlib.c
blob: 761d9fd5c5740eb5c4d1a1c57918ad0a3940cca7 (plain)
1
2
3
4
5
6
/* a trivial function used to test building shared libraries */

int foo(void)
{
	return 1;
}