view compile/s/stringof_02_H.d @ 1509:fba3b66d0276

added basic stringof testd
author thomask
date Mon, 23 Apr 2007 18:07:38 +0000
parents
children
line wrap: on
line source

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

module dstress.compile.s.stringof_02_H;

char[] bar(){
	return "1";
}

static assert("bar()" == (bar()).stringof);