2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ns / koenig8.C
blob351da517177ad41ad9a9b03954cb2174d574380d
1 // { dg-do assemble  }
2 // Copyright (C) 1999 Free Software Foundation, Inc.
3 // Contributed by Nathan Sidwell 15 Dec 1999 <nathan@acm.org>
5 // caused an ICE determining whether to perform Koenig lookup
6 // when checking is enabled
8 template<class T> void Zap (T);
10 void  V3 ()
12   Zap (1);