1*f4a2713aSLionel Sambuc // RUN: %clang -I%S/Before -index-header-map -I%S/Index -I%S/After %s -### 2>> %t.log 2*f4a2713aSLionel Sambuc // RUN: FileCheck %s < %t.log 3*f4a2713aSLionel Sambuc 4*f4a2713aSLionel Sambuc // CHECK: {{-I.*Before.*-index-header-map.*-I.*Index.*-I.*After}} 5