view nocompile/escape_octal_02.d @ 360:e38919011244

dif. fixes 3
author thomask
date Fri, 25 Mar 2005 05:22:21 +0000
parents ccc629603f11
children f87ba6507260
line wrap: on
line source

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

// a zero length octal escape sequenze

// __DSTRESS_ELINE__ 12

module dstress.nocompile.escape_octal_02;

int main(){
	char[] string="\";
	return 0;
}