module mini.arrays19; extern(C) int printf(char*, ...); void main() { bool var = ([] is null); assert(var); }