Gitiles
Code Review
Sign In
review.evervolv.com
/
android_bionic
/
bfb6bae9fb5ef42e4f9ae2847f30f41938c04900
/
.
/
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