// Check that mixed instantiations are correctly created/found in AOT public static int test_0_constraints() { IFace4 o = new Class4(); o.Catch <int, Exception> (1); return(0); }