liberror/tests/test.c

11 lines
157 B
C
Executable File

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