#include "../src/lib.c" int main(void) { int rc = EXIT_FAILURE; rc = EXIT_SUCCESS; return rc; }