blob: 0b821357e96893dd24fcb874b3620604a7a13782 [file] [log] [blame]
#ifdef _WIN32
__declspec(dllimport)
#endif
int sla(void);
int main(void)
{
return sla();
}