module mini.norun_debug6; void main() { char[] str = "hello world :)"; int* fail; *fail = 32; }