mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 10:36:07 +00:00
5 lines
212 B
C++
5 lines
212 B
C++
// RUN: %clang_cc1 -fincremental-extensions -E %s
|
|
// RUN: %clang_cc1 -fincremental-extensions -E -dD %s
|
|
// RUN: %clang_cc1 -fincremental-extensions -E -dI %s
|
|
// RUN: %clang_cc1 -fincremental-extensions -E -dM %s
|