http://d.puremagic.com/issues/show_bug.cgi?id=3506
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |WORKSFORME --- Comment #1 from [email protected] 2012-02-14 05:40:37 PST --- cat > foo.d << CODE void bar() {} CODE cat > ut.d << CODE unittest { import foo; foo.bar(); } CODE dmd -c -unittest ut.d -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
