Sign in
llvm
/
clang
/
7d0e090bbc61baebf0be18e4d9ba36615b6cd566
/
.
/
test
/
Modules
/
Inputs
/
declare-use
/
g.h
blob: 2a590177f8c32a2302eab4eb7fcc8a49035a5286 [
file
] [
log
] [
blame
]
#ifndef
G_H
#define
G_H
#include
"c.h"
#include
"g1.h"
const
int
g1
=
aux_g
*
c
*
7
;
#endif