3 // Copyright (C) 2001, 2002 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 18 Dec 2001 <nathan@nathan@codesourcery.com>
6 // PR 90, stupid error message `(this + 160)'
12 inline int access(int i) {
13 return bar(i); // { dg-error "call to non-function `foo::bar'" "" }