#include #include #include "liberror/public.h" int main() { LIBERROR_ASSERT(1 == 0, "ASSERTION", "1 does not equal zero.", "main"); return 0; }