static void Test() { var x = new RequiresInCopyAssembly(); }
static void TestRequiresInMethodFromCopiedAssembly() { var tmp = new RequiresInCopyAssembly(); tmp.Method(); }