Douglas Gregor | 08d6acf | 2011-09-29 00:52:27 +0000 | [diff] [blame] | 1 | // RUN: rm -rf %t |
Douglas Gregor | 94ad28b | 2012-01-03 18:24:14 +0000 | [diff] [blame] | 2 | // RUN: %clang_cc1 -fmodules -fno-objc-infer-related-result-type -Wmodule-build -fmodule-cache-path %t -F %S/Inputs -verify %s |
Douglas Gregor | 08d6acf | 2011-09-29 00:52:27 +0000 | [diff] [blame] | 3 | |
Douglas Gregor | 5948ae1 | 2012-01-03 18:04:46 +0000 | [diff] [blame] | 4 | @import Module; // expected-warning{{building module 'Module' from source}} |
Douglas Gregor | 08d6acf | 2011-09-29 00:52:27 +0000 | [diff] [blame] | 5 | |