PR c++/23357
[official-gcc.git] / gcc / testsuite / g++.dg / expr / member-of-incomplete-type-1.C
blob9fe65bc976ad521e77e524c4eaa11b0ccc2610c2
1 // Copyright (C) 2002 Free Software Foundation
2 // Origin: jmr@fulcrummicro.com
3 // Contributed by Gabriel Dos Reis <gdr@integrable-solutions.net>
6 struct A;
8 int main()
10     A::g();           // { dg-error "incomplete" "" }