OSDN Git Service

PR c++/20669
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / incomplete1.C
1 // { dg-do assemble  }
2
3 // Copyright (C) 2000 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 28 Nov 2000 <nathan@codesourcery.com>
5
6 // Inspired by 756. We'd ICE when trying to define a member of an
7 // incomplete template type.
8
9 template<class X> struct ObjCount;
10
11 template<class X> int ObjCount<X>::m; // { dg-error "" } undefined type