Sign in
◑
Theme
cobalt
/
cobalt.git
/
ecb76eb1e58da94893009effbde7ffbb7515f9c6
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
declare-use
/
j.h
blob: 04d46a9fb2b7d92d88a4995a30de23ea06294e6c [
file
]
#ifndef
J_H
#define
J_H
#define
STR
(
x
)
#x
#define
HDR
(
x
)
STR
(
x
.
h
)
#include
ALLOWED_INC
#include
HDR
(
a
)
const
int
j
=
a
*
a
+
b
;
// expected-no-diagnostics
#endif