blob: 673b51b00f060a6a81dd2a82056869d6dfb25d11 [file] [log] [blame]
// https://issues.dlang.org/show_bug.cgi?id=22632
static assert(["one": 1] != null);
static assert(null != ["one": 1]);