Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ceb639dbeea97c901b2642ebe296eb358d27b2f6
/
.
/
clang
/
test
/
Modules
/
Inputs
/
merge-class-definition-visibility
/
b.h
blob: 03c0ad98dfd8d1d37731a18b7b67ded5b5c182c9 [
file
] [
log
] [
blame
]
// Include definition of A into the same module as c.h
#include
"a.h"
struct
B
{};