summaryrefslogtreecommitdiff
path: root/tests/lib.c
blob: 462ae42e0d69866c75089d3c1e5ee826b20fea1f (plain) (blame)
1
2
3
4
5
6
7
8
#include "../src/lib.c"



int
main(void) {
	return EXIT_SUCCESS;
}