blob: 6673471b5f1a43df460c428c3e16d6b26612473c [file] [log] [blame]
#ifdef _WIN32
__declspec(dllexport)
#endif
int other() {
return 0;
}