FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / crash27.C
blobf52f1ba9e0271f9fce5efc7f0b26c32704340751
1 // Build don't link:
3 template<int i> int f (void)
5         if (__extension__ ({ 1; }))
6                 return 0;
7         return 1;
10 void g (void)
12         f<1> ();