blob: 5fc1d623f396fc352bcd67f28ef91d6a1b377e2b [file] [log] [blame]
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -F %S/Inputs/inferred-attr -fsyntax-only -verify %s
// expected-no-diagnostics
extern "C" {
@import InferredExternC;
}