#include <stdio.h> #include <stdlib.h> #include "liberror/public.h" int main() { LIBERROR_TEST(1 == 0, "1 does not equal zero."); return 0; }