module bug37; void main() { char[] a = "hello"; assert(a !is null); }