llvm/clang/test/clang-rename/ForwardClassDecl.cpp

class Foo; // CHECK: class Bar;
Foo *f();  // CHECK: Bar *f();

// RUN: clang-rename -offset=6 -new-name=Bar %s --  | sed 's,//.*,,' | FileCheck %s