xref: /llvm-project/clang/test/Misc/emit-html-insert.c (revision a3c494f0dbcdacdd9969bcbb39a17fa63e56eea9)
1 // RUN: %clang_cc1 %s -emit-html -o - | grep ">< 10; }"
2 
a(int x)3 int a(int x) { return x
4 < 10; }
5