https://issues.dlang.org/show_bug.cgi?id=15254
steven kladitis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice CC| |[email protected] --- Comment #1 from steven kladitis <[email protected]> --- 1.d ------ void main() {} ------ try to compile in widows and I get. --> 1.d: Error: module 1 has non-identifier characters in filename, use module declaration instead a1.d ----- void main() {} -------- no errors during compile. dmd 2.069.rc2 --
