Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
c2136b51aadf05aa2668827470430deeebb01aba
/
.
/
tools
/
versioner
/
tests
/
future_arch
/
headers
/
foo.h
blob: a3258e798e6d27a2d79f125206b77c8cb86df5ae [
file
] [
log
] [
blame
]
#if defined(__cplusplus)
extern
"C"
{
#endif
#if defined(__arm__)
int
foo
()
__INTRODUCED_IN
(
9
);
#else
int
foo
()
__INTRODUCED_IN_FUTURE
;
#endif
#if defined(__cplusplus)
}
#endif