// { dg-do assemble } // Origin: Mark Mitchell template void f () { __extension__ ( { if (3); }); } template void f();