2 // Contributed by David Abrahams <dave at boost-consulting dot com>
3 // PR c++/14143: Koenig lookup should only look into template arguments only
4 // if the argument is a template-id.
29 int g(T x) { return f(x); }
31 int x = g(fu::bar<axe::handle>::baz());