llvm-project/clang/test/Driver/preprocess-multiple.c
Alp Toker 8587f0ca99 Add driver test for multiple preprocessor inputs
Fix an unintentional stdin read in the darwin-asan-nofortify.c test and replace
it with an explicit test for multiple -E inputs passed to the driver.

Noticed while working on the in-process driver patch.

llvm-svn: 202007
2014-02-24 08:17:02 +00:00

7 lines
121 B
C

// RUN: %clang -E %s %s | FileCheck %s
// Test that the driver can preprocess multiple files.
X
// CHECK: X
// CHECK: X