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


int
main(void) {
	int rc = 0;
	return rc;
}