3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 24 Mar 2003 <nathan@codesourcery.com>
6 // PR 10199. Lookup problems
20 int kk = fooo<17>(); // OK
22 int k = x.bar<17>(); // Not OK
28 int k=x.bar<17>(); // OK