2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / koenig1.C
blob697a322e3fb65ca3917fa680aaf795286a2fa257
1 // { dg-do compile }
3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 24 Mar 2003 <nathan@codesourcery.com>
6 // PR 10026. We ICE'd
8 class X;
10 void foo() {
11   X x(1); // { dg-error "incomplete type" "" }
12   bar(x); // { dg-error "undeclared" "" }