Sign in
◑
Theme
llvm
/
llvm-project
/
890c4bece26e005cd9fa5511fe0efa7307794de5
/
.
/
clang
/
test
/
Modules
/
Inputs
/
declare-use
/
h.h
blob: 4f63ec24cf8e9f50f70bc0b36952bf71f2b931fa [
file
]
#ifndef
H_H
#define
H_H
#include
"c.h"
#include
"d.h"
// expected-error {{module XH does not directly depend on a module exporting 'd.h', which is part of indirectly-used module XD}}
#include
"h1.h"
const
int
h1
=
aux_h
*
c
*
7
*
d
;
#endif