3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 21 Mar 2003 <nathan@codesourcery.com>
6 // PR 9898. Confusing error message
10 void Foo(int const &); // { dg-error "in passing" "" }
14 Foo (Wrapper ()); // { dg-error "Wrapper" "" }