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