#include #include int main() { int *p =(int *)malloc(32); free(p); return 0; }