brintos

brintos / llvm-project-archived public Read only

0
0
Text · 92 B · 289c28a Raw
5 lines · c
1// RUN: %clang_cc1 %s -emit-html -o - | grep ">&lt; 10; }"2 3int a(int x) { return x4< 10; }5