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

6 lines
76 B
C++

#include "static-local-var.h"
int counterWrapper() {
return counter();
}