hanchenye-llvm-project/clang/test/Misc/emit-html-insert.c

5 lines
90 B
C

// RUN: clang-cc %s -emit-html -o - | grep ">< 10; }"
int a(int x) { return x
< 10; }