4 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache \
5 // RUN: -F%S/Inputs/at-import-in-framework-header -I%S/Inputs/at-import-in-framework-header \
6 // RUN: -Watimport-in-framework-header -fsyntax-only %s \
8 // RUN: FileCheck --input-file=%t/stderr %s
10 // CHECK: use of '@import' in framework header is discouraged
14 int bar(void) { return foo(); }