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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
