aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/crash50.C
blob: 6415fc3032ad85b7c69a6d91f3281ec6fb03cb64 (plain)
1
2
3
4
5
6
7
8
9
10
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>

template <class T>
void f ()
{
  __extension__ ( { if (3); });
}

template void f<int>();