http://d.puremagic.com/issues/show_bug.cgi?id=1609 ------- Comment #1 from tomas at famolsen.dk 2007-10-23 18:30 ------- oups forgot something. the test case is: typedef int int_t; assert(typeid(int_t).next is typeid(int)); --