view nocompile/double_quoted_string_13.d @ 26:17cbb8970edc

added string escape tests
author thomask
date Sat, 09 Oct 2004 12:01:24 +0000
parents
children 1f6cf5ccfbc9
line wrap: on
line source

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