// PR c++/51714 template void Foo() { true || !__extension__ ({ int verbose = 2; verbose <= 3; }); } int main() { Foo(); }