view tests/mini/compile_bug164_stringinitcast.d @ 1546:f9660d9cf2ba

Temporarily force our LLVMContext to the global context From llvm r75846: "To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now."
author Benjamin Kramer <benny.kra@gmail.com>
date Mon, 20 Jul 2009 17:55:05 +0200
parents d8c44f1e08e1
children
line wrap: on
line source

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