Added testcase for #288 .

This commit is contained in:
Tomas Lindquist Olsen
2009-05-10 14:37:30 +02:00
parent c6dca3fb76
commit ea00a120e9

View File

@@ -0,0 +1,4 @@
char[] foobar() {
return "foobar".dup;
}
const char[] foo = foobar();