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