1 // RUN: %clang -c %s -### 2>&1 | FileCheck %s --check-prefix=APPLE-CLANG
2 // RUN: %clang -fintegrated-cc1 -c %s -### 2>&1 | FileCheck %s --check-prefix=EXPLICIT-IN-PROCESS
4 // REQUIRES: clang-vendor=com.apple.clang
6 // APPLE-CLANG-NOT: (in-process)
7 // EXPLICIT-IN-PROCESS: (in-process)