Exemplo n.º 1
0
    public static int test_0_amd64_struct3()
    {
        Amd64Struct3 s = new Amd64Struct3();

        s.i = -5;

        Amd64Struct3 s2 = mono_test_marshal_amd64_pass_return_struct3(s);

        return((s2.i == -4) ? 0 : 1);
    }
Exemplo n.º 2
0
 public static extern Amd64Struct3 mono_test_marshal_amd64_pass_return_struct3(Amd64Struct3 s);
Exemplo n.º 3
0
 public static extern Amd64Struct3 mono_test_marshal_amd64_pass_return_struct3(Amd64Struct3 s);
Exemplo n.º 4
0
    public static int test_0_amd64_struct3()
    {
        Amd64Struct3 s = new Amd64Struct3 ();
        s.i = -5;

        Amd64Struct3 s2 = mono_test_marshal_amd64_pass_return_struct3 (s);

        return (s2.i == -4) ? 0 : 1;
    }