aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/print_line_include.c
blob: 4810fbca99b1e1d0f68815cd964111f1f0a59604 (plain)
1
2
3
4
5
6
7
8
9
// 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"