view compile/s/stringof_02_D.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_D;

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