// Copyright (C) 2005 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
// { dg-do compile }

class A {
  friend class B;
  B *b;		// { dg-error "no type|expected" }
};


syntax highlighted by Code2HTML, v. 0.9.1