Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
b82fcdaf36d6a48e56c9849f06bb5f2bc019a0b2
/
.
/
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