Initial commit
This commit is contained in:
6
test/test_arena.c
Normal file
6
test/test_arena.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "arena.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(void) {
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
Reference in New Issue
Block a user