tree-optimization/115602 - SLP CSE results in cycles
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / crash50.C
blob02cf6c08431efaa28fe2e6cc62fa01c3b523cd4c
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 template <class T>
5 void f ()
7   __extension__ ( { if (3); });
10 template void f<int>();