#include #include int my_array[600]; int main(void) { int *p = my_array; free(p); exit(0); }