Douglas Gregor | 08d6acf | 2011-09-29 00:52:27 +0000 | [diff] [blame] | 1 | // RUN: rm -rf %t |
Douglas Gregor | 05edf66 | 2011-10-17 14:55:37 +0000 | [diff] [blame^] | 2 | // RUN: %clang_cc1 -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 | |
4 | __import_module__ Module; // expected-warning{{building module 'Module' from source}} | ||||
5 |