blob: a97554935412332df45cf1a7ddf47334770780ea [file] [log] [blame]
// ignore-license
#ifdef _WIN32
__declspec(dllexport)
#endif
int foo() { return 0; }