2018-10-23 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / expr / member-of-incomplete-type-1.C
blob2f6a04c55bcfb6085faaa4e7fe2a174b53036bc6
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" }