1*f4a2713aSLionel Sambuc// RUN: rm -rf %t 2*f4a2713aSLionel Sambuc// RUN: %clang_cc1 -Wauto-import -fmodules-cache-path=%t -fmodules -I %S/Inputs/Conflicts %s -verify 3*f4a2713aSLionel Sambuc 4*f4a2713aSLionel Sambuc@import Conflicts; 5*f4a2713aSLionel Sambuc 6*f4a2713aSLionel Sambuc@import Conflicts.A; // expected-warning{{module 'Conflicts.A' conflicts with already-imported module 'Conflicts.B': we just don't like B}} 7*f4a2713aSLionel Sambuc 8