예제 #1
0
 public static void unitTest_vseteq2(GThread thread, uint[] a, uint[] b, uint[] c)
 {
     c[0] = thread.vseteq2(a[0], b[0]);
 }