summaryrefslogtreecommitdiffstats
path: root/test/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.c')
-rw-r--r--test/main.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/main.c b/test/main.c
new file mode 100644
index 0000000..0b2b6a4
--- /dev/null
+++ b/test/main.c
@@ -0,0 +1,9 @@
+#include "../malloc.h"
+#include <stdio.h>
+#include <assert.h>
+
+int
+main(int argc, char **argv)
+{
+
+}