Douglas Gregor | 08d6acf | 2011-09-29 00:52:27 +0000 | [diff] [blame] | 1 | // RUN: rm -rf %t |
2 | // RUN: %clang_cc1 -fno-objc-infer-related-result-type -Wmodule-build -fmodule-cache-path %t -F %S/Inputs -DFOO -verify %s | ||||
3 | |||||
4 | __import_module__ Module; // expected-warning{{building module 'Module' from source}} | ||||
5 |