blob: 4810fbca99b1e1d0f68815cd964111f1f0a59604 [file] [log] [blame]
// 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"