January 23, 2005
#
# Object o;
# int i;
# if(i==o){ }
#

results in a segfault at mtype:507

test case: http://dstress.kuehne.cn/nocompile/bug_mtype_507_A.d

Thomas