1d067f7fbSDaniel Dunbar // Verify that -include isn't included twice with -save-temps. 25618e98fSDaniel Dunbar // RUN: %clang -S -o - %s -include %t.h -save-temps -### 2> %t.log 3*e4943992SReid Kleckner // RUN: FileCheck %s < %t.log 4*e4943992SReid Kleckner // CHECK: "-include 5*e4943992SReid Kleckner // CHECK-NOT: "-include 6