summaryrefslogtreecommitdiffstats
path: root/src/sandbox-1.1/libctest.c
blob: 5365a20c65426548b006686aba9c88f7b7ee76ba (plain)
1
2
3
4
5
6
7
/* Dummy program to check your libc version */

int
main(void)
{
	return 0;
}