Sign in
fuchsia
/
third_party
/
swift-clang
/
4deb154edccff8545d801c567628464082e7aeb9
/
.
/
test
/
Misc
/
Inputs
/
include.h
blob: 72835e90a551d1eca4418c055a74f8ea32e35f34 [
file
] [
log
] [
blame
]
#define
EQUALS
(
a
,
b
)
a
==
b
int
foo
(
int
x
)
{
return
x
;
}