Mercurial > hg > CbC > CbC_llvm
annotate clang/test/Preprocessor/print_line_include.c @ 237:c80f45b162ad llvm-original
add some fix
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:47:54 +0900 |
parents | c4bab56944e8 |
children |
rev | line source |
---|---|
150 | 1 // RUN: %clang_cc1 -E -P %s | FileCheck %s |
2 // CHECK: int x; | |
3 // CHECK-NEXT: int x; | |
4 | |
236 | 5 // RUN: %clang_cc1 -E -P -fminimize-whitespace %s | FileCheck %s --check-prefix=MINWS --strict-whitespace |
6 // MINWS: {{^}}int x;int x;{{$}} | |
7 | |
150 | 8 #include "print_line_include.h" |
9 #include "print_line_include.h" |