repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Modules
/
import-textual.mm
blob
6593239d7fd709e686a710eb66c59e4a08f5ff7d
1
// RUN: rm -rf %t
2
// 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 -verify
3
4
// expected-no-diagnostics
5
6
#include "A/A.h"
7
#include "B/B.h"
8
9
typedef aint xxx;
10
typedef bint yyy;