view nocompile/escape_hex_string_03.d @ 1587:cbb1aac64165

Add hgignore file.
author Christian Kamm <kamm incasoftware de>
date Sun, 24 Aug 2008 14:07:35 +0200
parents 36bedfa079e6
children
line wrap: on
line source

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

// __DSTRESS_ELINE__ 10

module dstress.nocompile.escape_hex_string_03;

int main(){
	auto x = x"1G";
	return 0;
}