#include char *c; int main(void) { c = malloc(10); c[0] = 0; return 0; }