view tests/mini/compile_bug164_stringinitcast.d @ 1163:ea52660f828b

Emit function bodies before generating the module info to make sure static ctors are collected correctly. Fixes run/constructor_03.
author Christian Kamm <kamm incasoftware de>
date Sat, 28 Mar 2009 20:45:33 +0100
parents d8c44f1e08e1
children
line wrap: on
line source

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