module tangotests.debug4; void main() { char c = 'c'; wchar wc = 'w'; dchar dc = 'd'; int* fail; *fail = 32; }