view run/m/mangleof_05_F.d @ 769:ce5513bd43f0

minor dmd-0.141 review
author thomask
date Fri, 09 Dec 2005 22:40:57 +0000
parents
children
line wrap: on
line source

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

module dstress.run.m.mangleof_05_F;

int main(){
	short[2] x;
	char[] m = typeof(x).mangleof;
	if(m == "G2s"){
		return 0;
	}
}