view nocompile/double_quoted_string_20.d @ 344:235f2e69586b

Regan Heath <regan@netwin.co.nz> 2005-03-22 news:opsn0izzsh23k2f5@nrage.netwin.co.nz
author thomask
date Tue, 22 Mar 2005 08:04:31 +0000
parents
children b8c0195059d9
line wrap: on
line source

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

// @author@	Regan Heath <regan@netwin.co.nz>
// @date@	2005-03-22
// @uri@	news:opsn0izzsh23k2f5@nrage.netwin.co.nz

// __DSTRESS_ELINE__ 14

module dstress.nocompile.double_quoted_string_20;

void test(){
	"a" ~ "b";
}