Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / parse / ptrmem2.C
blobbbc116e996023af42bb7aea3c3cc87d9e8ea02d8
1 // { dg-do compile }
3 // Copyright (C) 2004 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 2 Dec 2004 <nathan@codesourcery.com>
6 // PR 18782: ICE with ptr-to-member
7 // Origin:   Volker Reichelt <reichelt@gcc.gnu.org>
9 namespace A {}
11 int A::* p; // { dg-error "is a namespace" "" }