blob: 5fc1d623f396fc352bcd67f28ef91d6a1b377e2b [file] [log] [blame]
Stephen Hines0e2c34f2015-03-23 12:09:02 -07001// RUN: rm -rf %t
2// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -F %S/Inputs/inferred-attr -fsyntax-only -verify %s
3// expected-no-diagnostics
4extern "C" {
5@import InferredExternC;
6}