view compile/b/bool_07_B.d @ 1134:49aa2ca2f716

[Issue 221] New: Inconsistent name mangling of bool (a relic of 'bit') Don Clugston <clugdbug@yahoo.com.au> 2006-06-23 news:bug-221-3@http.d.puremagic.com/issues/
author thomask
date Thu, 14 Sep 2006 07:15:31 +0000
parents
children daef239f37cf
line wrap: on
line source

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

// @author@	Don Clugston <clugdbug@yahoo.com.au>
// @date@	2006-06-23
// @uri@	news:bug-221-3@http.d.puremagic.com/issues/
// @desc@	[Issue 221] New: Inconsistent name mangling of bool (a relic of 'bit')

module dstress.compile.b.bool_07_B;

static assert((void function(bool)).mangleof == "PFbZv");