diff options
Diffstat (limited to 'tests/lib.c')
-rw-r--r-- | tests/lib.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/lib.c b/tests/lib.c new file mode 100644 index 0000000..597a837 --- /dev/null +++ b/tests/lib.c @@ -0,0 +1,7 @@ +#include "../src/lib.c" + + +int +main(void) { + return 0; +} |