view nocompile/s/string_postfix_04_N.d @ 624:07fab02ed0d2

added postfix tests for String Literals
author thomask
date Sat, 13 Aug 2005 20:02:23 +0000
parents
children
line wrap: on
line source

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

// __DSTRESS_ELINE__ 10

module dstress.nocompile.s.string_postfix_04_N;

void main(){
	typeof("a"N) c;
}