Assuming -unittest is asserted, should a D compiler generate and run unittest code for classes that have unittests, but don't reference the class during execution? I noticed that gdc does compile them in, but the current version of ldc doesn't. eris