forked from OSchip/llvm-project
10 lines
287 B
C
10 lines
287 B
C
// RUN: %clang_cc1 -E -P %s | FileCheck %s
|
|
// CHECK: int x;
|
|
// CHECK-NEXT: int x;
|
|
|
|
// RUN: %clang_cc1 -E -P -fminimize-whitespace %s | FileCheck %s --check-prefix=MINWS --strict-whitespace
|
|
// MINWS: {{^}}int x;int x;{{$}}
|
|
|
|
#include "print_line_include.h"
|
|
#include "print_line_include.h"
|