summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/emit-html-insert.c
blob: fcd36525c4ae3bb797a226696d618b7378203570 (plain)
1
2
3
4
5
// RUN: %clang_cc1 %s -emit-html -o - | grep ">< 10; }"
// REQUIRES: rewriter

int a(int x) { return x
< 10; }
OpenPOWER on IntegriCloud