Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ccf43ca05cb1540f3d95a73b7b329bf926808c7b
/
.
/
clang
/
test
/
Misc
/
Inputs
/
include.h
blob: 72835e90a551d1eca4418c055a74f8ea32e35f34 [
file
] [
log
] [
blame
]
#define
EQUALS
(
a
,
b
)
a
==
b
int
foo
(
int
x
)
{
return
x
;
}