https://issues.dlang.org/show_bug.cgi?id=14735
Mike <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Mike <[email protected]> --- A simpler test case: void main() { import std.string; char[64] foo; int i = foo[].indexOf('\0'); } --
