view tests/mini/compile_bug164_stringinitcast.d @ 1193:c271eca933fb

Don't expand tilde ('~') in paths unless it's the first character of the path in question. This should fix #255.
author Frits van Bommel <fvbommel wxs.nl>
date Fri, 03 Apr 2009 16:35:47 +0200
parents d8c44f1e08e1
children
line wrap: on
line source

const C = "foo";
char[] var = C;