blob: 7116f01d381ba50536dfebc867b94aad285bb8f5 [file] [log] [blame]
Douglas Gregor08d6acf2011-09-29 00:52:27 +00001// RUN: rm -rf %t
Douglas Gregor94ad28b2012-01-03 18:24:14 +00002// RUN: %clang_cc1 -fmodules -fno-objc-infer-related-result-type -Wmodule-build -fmodule-cache-path %t -F %S/Inputs -verify %s
Douglas Gregor08d6acf2011-09-29 00:52:27 +00003
Douglas Gregor5948ae12012-01-03 18:04:46 +00004@import Module; // expected-warning{{building module 'Module' from source}}
Douglas Gregor08d6acf2011-09-29 00:52:27 +00005