view compile/m/mangleof_16_B.d @ 1054:8f18e188ad90

<clugdbug@yahoo.com.au> 2006-06-23 news:bug-220-3@http.d.puremagic.com/issues/
author thomask
date Thu, 29 Jun 2006 13:25:40 +0000
parents
children daef239f37cf
line wrap: on
line source

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

// @author@	<clugdbug@yahoo.com.au>
// @date@	2006-06-23
// @uri@	news:bug-220-3@http.d.puremagic.com/issues/

module dstress.compile.m.mangleof_16_B;

alias int function (int) x;

template T(char[] str){
	const int T = 1;
}

static assert(T!(x.mangleof));