2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / crash27.C
blobccc002d1586cfe42ff8dbc2d64b4dd4e7172ea46
1 // { dg-do assemble  }
3 template<int i> int f (void)
5         if (__extension__ ({ 1; }))
6                 return 0;
7         return 1;
10 void g (void)
12         f<1> ();