summaryrefslogtreecommitdiffstats
path: root/test/main.c
blob: 0b2b6a4a9eb812371b3e60aca7d51b3b0395cac2 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include "../malloc.h"
#include <stdio.h>
#include <assert.h>

int
main(int argc, char **argv)
{

}