OSDN Git Service

* decl.c (compute_array_index_type): Don't try to do anything with
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / crash11.C
1 // Build don't link:
2
3 class A
4 {
5       class A_impl;
6    public: 
7       A(){}
8 };
9
10
11 template <class j> class A::A_impl 
12 { // ERROR - does not declare a template
13 };