Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/14.0-2022-03-22
/
.
/
clang
/
test
/
Modules
/
Inputs
/
no-module-map
/
b.h
blob: d3fbc8b3ad596e3a9f9079e8f79181efc387ea8a [
file
] [
log
] [
blame
]
#ifndef
B_H
#define
B_H
#include
"a.h"
void
b
();
#endif