[cfe-commits] r151879 - in /cfe/trunk: lib/CodeGen/CGExprScalar.cpp test/CodeGenCXX/const-init-cxx11.cpp

NAKAMURA Takumi geek4civic at gmail.com
Fri Mar 2 08:34:17 PST 2012


Another simple testcase;

// Takumi
static const bool blah = false;

#if 1
extern void qux(bool);
void foo() { qux(blah); }
#else
bool bar() { return blah; }
#endif



More information about the cfe-commits mailing list