#include #include int main(int argc, char *argv[]) { char *dumb = malloc(1); dumb[0] = 'x'; dumb[1] = 'y'; }