Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
0deb70cd04aef99b12d9596615c661a87cf6b95c
/
.
/
tools
/
versioner
/
tests
/
inline
/
headers
/
foo.h
blob: a61b386cfc9d5a0fa4d31a3d1b916ef18ece2251 [
file
] [
log
] [
blame
]
#if __ANDROID_API__ < 12
static
int
foo
()
{
return
0
;
}
#else
int
foo
()
__INTRODUCED_IN
(
12
);
#endif