1 2 3 4 5 6 7 8 9 10
// { dg-do assemble } // Origin: Mark Mitchell <mark@codesourcery.com> template <class T> void f () { __extension__ ( { if (3); }); } template void f<int>();