2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / template / crash3.C
blob21aa57b1e94551d7f0485f07d22ff9ddad9649bd
1 struct S {
2 };
4 extern S i[];
6 void g (S*);
8 template <typename T>
9 void f () {
10   g (&i[2]);