Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.pt / pointer1.C
blob0b1e3ae072e52be3bca79fee0c16ff00a53ba975
1 // { dg-do assemble  }
3 template <class T>
4 struct S1
6 };
8 template <class T>
9 struct S2
11   typedef T* pointer_t;
14 int f(S2<S1<int> >::pointer_t p1, S2<S1<int> >::pointer_t p2)
16   return (int) (p1 - p2);