Files
swift-mirror/test/Interop/Cxx/static/Inputs/static-var.cpp
2020-04-30 15:34:16 +02:00

3 lines
73 B
C++

int makeStaticVar() { return 64; }
int makeStaticConst() { return 128; }