blob: ea531698cf58abd2e24a12504c041d9246ebf7db (
plain)
1
2
3
4
5
|
// RUN: rm -rf %t
// RUN: %clang_cc1 -fno-objc-infer-related-result-type -Wmodule-build -fmodule-cache-path %t -F %S/Inputs -DFOO -verify %s
__import_module__ Module; // expected-warning{{building module 'Module' from source}}
|