brintos

brintos / llvm-project-archived public Read only

0
0
Text · 213 B · b1bcd93 Raw
7 lines · plain
1// RUN: rm -rf %t2// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F %S/Inputs/inferred-attr -fsyntax-only -verify %s3// expected-no-diagnostics4extern "C" {5@import InferredExternC;6}7