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


int
main(void) {
	return 0;
}