brintos

brintos / llvm-project-archived public Read only

0
0
Text · 286 B · 61dbdcf Raw
10 lines · c
1 2_Static_assert(0, "");3 4/// Test that piping the output into another process disables syntax5/// highlighting of code snippets.6 7// RUN: not %clang_cc1 %s -o /dev/null 2>&1 | FileCheck %s8// CHECK: error: static assertion failed:9// CHECK-NEXT: {{^}}   2 | _Static_assert(0, "");{{$}}10