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