Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/main-cg-testing-release
/
.
/
clang
/
test
/
Modules
/
Inputs
/
merge-class-definition-visibility
/
b.h
blob: 03c0ad98dfd8d1d37731a18b7b67ded5b5c182c9 [
file
] [
log
] [
blame
] [
edit
]
// Include definition of A into the same module as c.h
#include
"a.h"
struct
B
{};