Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
b7d6df2b61f7941e24d362105a43950da6f2da05
/
.
/
tools
/
versioner
/
tests
/
future
/
headers
/
foo.h
blob: 51a3a1c10d624458d16a67c4a2d6d5b69474fe74 [
file
] [
log
] [
blame
]
#if defined(__cplusplus)
extern
"C"
{
#endif
int
foo
()
__INTRODUCED_IN_FUTURE
;
#if defined(__cplusplus)
}
#endif