[RISCV][FMV] Support target_clones (#85786)
[llvm-project.git] / clang / test / Frontend / diagnostic-pipe.c
blob61dbdcfb2e0e7c6256c0b505a2862af76cc1ac10
2 _Static_assert(0, "");
4 /// Test that piping the output into another process disables syntax
5 /// highlighting of code snippets.
7 // RUN: not %clang_cc1 %s -o /dev/null 2>&1 | FileCheck %s
8 // CHECK: error: static assertion failed:
9 // CHECK-NEXT: {{^}} 2 | _Static_assert(0, "");{{$}}