blob: 72a3ddbe3da46ac48576dafd1809869f291a2ab7 [file] [log] [blame]
#if defined(_WIN32)
__declspec(dllimport)
#endif
void func_c(void);
int main(void)
{
func_c();
return 0;
}