mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
3 lines
73 B
C++
3 lines
73 B
C++
int makeStaticVar() { return 64; }
|
|
int makeStaticConst() { return 128; }
|