BIO_TYPE_NONE
|| !TEST_ptr(meth2 = BIO_meth_new(BIO_TYPE_NONE, "Method2"))
|| !TEST_ptr(meth3 = BIO_meth_new(BIO_TYPE_NONE | BIO_TYPE_FILTER, "Method3"))
if (!TEST_ptr_null(BIO_find_type(bio3, BIO_TYPE_NONE)))