blob: 081ef20271568fa7990fe8f81f9952af80134eb9 [file] [log] [blame]
#ifdef _WIN32
__declspec(dllimport)
#endif
int obj1(void);
int main(void)
{
return obj1();
}