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; }