freebsd-nq/test/Misc/emit-html-insert.c
2009-06-02 17:58:47 +00:00

5 lines
90 B
C

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