#include #include #include int main() { free(malloc(10)); printf("hello, world\n"); exit(0); }