Sign in
rust
/
rust-lang
/
llvm-project
/
2a2ea6b49e79325e0d10d33fac2b10ea3bebcc7c
/
.
/
clang
/
test
/
PCH
/
Inputs
/
chain-macro-override1.h
blob: 9cd6a66b3d314b35617ae841d6f34ba5637ead5c [
file
] [
log
] [
blame
]
void
f
(
void
)
__attribute__
((
unavailable
));
void
g
(
void
);
#define
g
()
f
()
#define
h
()
f
()
#define
x x
#define
h2
()
f
()
#define
h3
()
#undef
h3