void
main()
{
	long MXMBase;

	if(MXMBase = OpenLibrary("mxm.library",0))
		CloseLibrary(MXMBase);
}
