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


int
main(void) {
	int rc = EXIT_FAILURE;
	rc = EXIT_SUCCESS;
	return rc;
}