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