Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/17.0-2023-12-14
/
.
/
clang
/
test
/
Modules
/
Inputs
/
declare-use
/
h.h
blob: 4f63ec24cf8e9f50f70bc0b36952bf71f2b931fa [
file
] [
log
] [
blame
] [
edit
]
#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