Sign in
llvm
/
clang
/
7d0e090bbc61baebf0be18e4d9ba36615b6cd566
/
.
/
test
/
Modules
/
Inputs
/
declare-use
/
h.h
blob: 8984727c565e7bd1e4f956c9aee547c327358e22 [
file
] [
log
] [
blame
]
#ifndef
H_H
#define
H_H
#include
"c.h"
#include
"d.h"
// expected-error {{module XH does not depend on a module exporting}}
#include
"h1.h"
const
int
h1
=
aux_h
*
c
*
7
*
d
;
#endif