Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / lookup / koenig1.C
blob7273727194c915f527e4201c717c7300e894232f
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 "not declared" "" }