Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.other / cond1.C
blob64cc728fc8fc0a1bc056bb57158ef366c6bb62b6
1 // { dg-do link  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 template <class T>
5 void f (T&) ;
7 template <>
8 void f (void (&)()) 
12 void g () 
16 void h ()
20 bool b;
22 int main ()
24   f (b ? g : h);