blob: 1918689afba7d17d8d5542a542187a149335fb9d (
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 -verify %s
@import Module; // expected-warning{{building module 'Module' from source}}
|