OSDN Git Service

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