bolt/deps/llvm-18.1.8/clang/test/Preprocessor/print_line_include.c

10 lines
287 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// 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"