view run/m/mangleof_02_C.d @ 1264:b3d4452d48ac

added DMD-0.177's results
author thomask
date Tue, 19 Dec 2006 15:00:26 +0000
parents 38ea1bb385b6
children
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

module dstress.run.m.mangleof_02_C;

int main(){
	char[] m = (bool*).mangleof;
	if(m == "Pb"){
		return 0;
	}
}