Searched refs:ts2_arg (Results 1 - 1 of 1) sorted by relevance

/external/libffi/testsuite/libffi.call/
H A Dstruct2.c29 test_structure_2 ts2_arg; local
46 values[0] = &ts2_arg;
51 ts2_arg.d1 = 5.55;
52 ts2_arg.d2 = 6.66;
54 printf ("%g\n", ts2_arg.d1);
55 printf ("%g\n", ts2_arg.d2);

Completed in 75 milliseconds