Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/17.0-2023-09-19
/
.
/
clang
/
test
/
Misc
/
Inputs
/
include.h
blob: fe179e9a3a2e9272a2d91b22431ea5e7ee572ef5 [
file
] [
log
] [
blame
]
#define
EQUALS
(
a
,
b
)
a
==
b
// It's important for sloc_usage.cpp that this file does not have proper
// include guards.
#ifndef
FOO_DEFINED
#define
FOO_DEFINED
int
foo
(
int
x
)
{
return
x
;
}
#endif