view nocompile/o/opIndex_06_I.d @ 1535:20d8ee6523e1

updated to DMD-1.013
author thomask
date Mon, 07 May 2007 05:19:57 +0000
parents 0ea4c218a3ee
children
line wrap: on
line source

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

//  __DSTRESS_ELINE__ 10

module dstress.nocompile.o.opIndex_06_I;

void main(){
	const char c = "abc"[3];
}