brintos

brintos / llvm-project-archived public Read only

0
0
Text · 489 B · 94a6aa4 Raw
13 lines · plain
1// RUN: rm -rf %t2// RUN: %clang_cc1 -fsyntax-only -std=c++11 -fmodules -fimplicit-module-maps -I%S/Inputs/import-textual/M -fmodules-cache-path=%t -x objective-c++ %s -verify3// RUN: rm -rf %t4// RUN: %clang_cc1 -fsyntax-only -std=c++11 -fmodules -fimplicit-module-maps -I%S/Inputs/import-textual/M -fmodules-cache-path=%t -x objective-c++ -fmodules-local-submodule-visibility %s -verify5 6// expected-no-diagnostics7 8#include "A/A.h"9#include "B/B.h"10 11typedef aint xxx;12typedef bint yyy;13