blob: 6264a786e3c071f2ab74f42c317ce1ce6ee0587f [file] [log] [blame]
__declspec(dllimport) int dll_func (void);
int
main()
{
dll_func ();
return 0;
}