view nocompile/escape_unicode32_04.d @ 1530:1665114e9a64

[Issue 1177] $ no longer works inside CTFE functions. Don Clugston <clugdbug@yahoo.com.au> 2007-04-23 http://d.puremagic.com/issues/show_bug.cgi?id=1177
author thomask
date Fri, 27 Apr 2007 17:33:23 +0000
parents 17cbb8970edc
children 36bedfa079e6
line wrap: on
line source

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