brintos

brintos / llvm-project-archived public Read only

0
0
Text · 474 B · 5720a73 Raw
14 lines · plain
1// RUN: rm -rf %t.cache2// RUN: %clang_cc1 -fmodules -fsyntax-only -F%S/Inputs -fimplicit-module-maps \3// RUN:   -fmodules-cache-path=%t.cache -Wno-private-module -DBUILD_PUBLIC -verify %s4// RUN: rm -rf %t.cache5// RUN: %clang_cc1 -fmodules -fsyntax-only -F%S/Inputs -fimplicit-module-maps \6// RUN:   -fmodules-cache-path=%t.cache -Wno-private-module -verify %s7//expected-no-diagnostics8 9#ifdef BUILD_PUBLIC10#import "Main/Main.h"11#else12#import "MainA/MainPriv.h"13#endif14