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