llvm-for-llvmta/tools/clang/test/Misc/emit-html-insert.c

5 lines
92 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
// RUN: %clang_cc1 %s -emit-html -o - | grep ">< 10; }"
int a(int x) { return x
< 10; }