Ejemplo n.º 1
0
 public static void unitTest_vsetles2(GThread thread, uint[] a, uint[] b, uint[] c)
 {
     c[0] = thread.vsetles2(a[0], b[0]);
 }