blob: a61b386cfc9d5a0fa4d31a3d1b916ef18ece2251 [file] [log] [blame]
#if __ANDROID_API__ < 12
static int foo() {
return 0;
}
#else
int foo() __INTRODUCED_IN(12);
#endif