[Issue 4318] compile with flag unittest, depending on the order files, Access Violation

2012-10-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4318 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4318] compile with flag unittest, depending on the order files, Access Violation

2010-06-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4318 --- Comment #1 from pavel 2010-06-15 23:26:48 PDT --- (In reply to comment #0) > uses dmd 2.047 > > main.d > > import std.stdio; > > int main(string[] args) > { > int[] a = [1,2,3,4] > writeln(s); > return 0