1 2 3 4 5
// RUN: %clang_cc1 %s -emit-html -o - | grep ">< 10; }" // REQUIRES: rewriter int a(int x) { return x < 10; }