#define _POSIX_C_SOURCE 200809L #include #include #include #include "mapalloc.h" int main(void) { int foo = 42; MA_free(&foo); printf("freed\n"); }