Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Misc / emit-html-insert.c
blob289c28a5c6d72b2bd7ab64b30030c9a6de76542d
1 // RUN: %clang_cc1 %s -emit-html -o - | grep ">< 10; }"
3 int a(int x) { return x
4 < 10; }