#include <stdlib.h>
#include "stub.h"
int __cdecl main(int argc, char **argv)
{
SpawnLinker(argc, argv, "-lib");
return 0;
}