blob: 6ab6d6eff0dc5dedad8cd20c04a082ca9e263e71 [file] [log] [blame]
int main() {
char *str = "ABCDEFGH";
*str = '\0';
return 0;
}