http://d.puremagic.com/issues/show_bug.cgi?id=1164 ------- Comment #4 from ddparnell at bigpond.com 2007-04-20 02:20 ------- It also fails in Windows. The workaround is to use the 'scope' attribute. void main() { scope Test t = new Test; } --