================ Comment at: test/Misc/ast-dump-stmt.cpp:11 @@ +10,3 @@ + void (*f)() = &function; +// CHECK: DeclRefExpr{{.*}}UsingShadow + Variable = 4; ---------------- Maybe "DeclRefExpr{{.*}} Function {{.*}} (UsingShadow", to check we get them the right way around? http://llvm-reviews.chandlerc.com/D550