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
]
Richard Smith
beb4478
2015-06-20 01:05:19 +0000
[
diff
] [
blame
]
1
// Include definition of A into the same module as c.h
2
#include
"a.h"
Richard Smith
1e02a5a
2015-06-25 21:42:33 +0000
[
diff
] [
blame
]
3
4
struct
B
{};