mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
6 lines
136 B
C
6 lines
136 B
C
#include <android/versioning.h>
|
|
|
|
void FunctionIntroducedIn24() __INTRODUCED_IN(24);
|
|
void FunctionIntroducedIn28() __INTRODUCED_IN(28);
|
|
|