Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
ec6850d849746ffbafaaf9b993c5dbb74a014b3f
/
.
/
tools
/
versioner
/
tests
/
version_mismatch
/
headers
/
foo.h
blob: 4604092694a2ac1d0d16c323fe93b6ef1bf64011 [
file
] [
log
] [
blame
]
#if __ANDROID_API__ <= 9
int
foo
()
__INTRODUCED_IN
(
9
);
#else
int
foo
()
__INTRODUCED_IN
(
10
);
#endif