http://d.puremagic.com/issues/show_bug.cgi?id=8892
--- Comment #2 from [email protected] 2012-10-25 11:14:47 PDT --- (In reply to comment #1) > Don't you mean char[3]? Right, sorry (this code comes from Issue 8893 ). > Also the 'bar' function is not necessary for test-case. Right, shorter test case: struct Foo { char[2] data; } void main() { auto f = Foo(['A']); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
