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