Home | History | Annotate | Download | only in Driver
      1 // RUN: %clang -E %s %s | FileCheck %s
      2 // Test that the driver can preprocess multiple files.
      3 
      4 X
      5 // CHECK: X
      6 // CHECK: X
      7