#include #include "inc/malloc.h" int main(void) { void* test = malloc(4); (void)test; return 0; }