view nocompile/escape_hex_string_04.d @ 1534:345207906be7

updated to DMD-1.013
author thomask
date Mon, 07 May 2007 05:19:35 +0000
parents e38919011244
children 36bedfa079e6
line wrap: on
line source

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

// __DSTRESS_ELINE__ 10

module dsress.nocompile.escape_hex_string_04;

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