| 1 | // RUN: rm -rf %t |
|---|---|
| 2 | // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F %S/Inputs/inferred-attr -fsyntax-only -verify %s |
| 3 | // expected-no-diagnostics |
| 4 | extern "C" { |
| 5 | @import InferredExternC; |
| 6 | } |
| 7 |
| 1 | // RUN: rm -rf %t |
|---|---|
| 2 | // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F %S/Inputs/inferred-attr -fsyntax-only -verify %s |
| 3 | // expected-no-diagnostics |
| 4 | extern "C" { |
| 5 | @import InferredExternC; |
| 6 | } |
| 7 |