Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
361ba86734fb2821a6adcfdf775db8abd04e0de0
/
.
/
tools
/
versioner
/
tests
/
multiple_definition
/
headers
/
foo.h
blob: 29592c612b26bdd612787c761497351be2c59106 [
file
] [
log
] [
blame
]
#if defined(__cplusplus)
extern
"C"
{
#endif
static
int
foo
()
{
return
0
;
}
#if defined(__cplusplus)
}
#endif