Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.pt / instantiate7.C
blobb0145028b8e50f81befa11527d3480869d78e5b2
1 // { dg-do assemble  }
3 // Copyright (C) 2000 Free Software Foundation
4 // Contributed by Nathan Sidwell 6 July 2000 <nathan@codesourcery.com>
6 template <class T>
7 void Wibble (void (*fn) (), T *const __restrict__ &p2)
8 {}
9 template<class T1, class T2>
10 void Wibble (T1 *const __restrict__ &p1, T2 *const __restrict__ &p2)
13 void Baz ();
15 void Foo (void const *ptr)
17   Wibble (&Baz, ptr);