http://d.puremagic.com/issues/show_bug.cgi?id=4318
--- Comment #1 from pavel <[email protected]> 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; > } > ------------------------ > one.d > ------------------------ > module one; > import std.string; > ------------------------ > > dmd main.d one.d -oftest -unittest //compile is successful > test.exe run and give > 1 2 3 4 > > dmd one.d main.d -oftest -unittest //compile is successful > test.exe run and give > object.Error: Access Violation misttype writeln(s) -> writeln(a) is ok -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
