// Copyright (C) 2002 Free Software Foundation // Origin: jmr@fulcrummicro.com // Contributed by Gabriel Dos Reis struct A; int main() { A::g(); // { dg-error "incomplete" "" } }