Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
clang
/
test
/
Modules
/
Inputs
/
no-module-map
/
b.h
blob: d3fbc8b3ad596e3a9f9079e8f79181efc387ea8a [
file
] [
log
] [
blame
]
Richard Smith
d6509cf
2018-09-15 01:21:15 +0000
[
diff
] [
blame
]
1
#ifndef
B_H
2
#define
B_H
3
#include
"a.h"
4
void
b
();
5
#endif