Sign in
llvm
/
clang
/
7d0e090bbc61baebf0be18e4d9ba36615b6cd566
/
.
/
test
/
Modules
/
Inputs
/
declare-use
/
d.h
blob: a597b01c5d04b4d90046ee71d39e5ff27083286f [
file
] [
log
] [
blame
]
#ifndef
D_H
#define
D_H
#include
"a.h"
#include
"b.h"
const
int
d
=
a
+
b
;
#endif