Exemplo n.º 1
0
 public static void BigStack()
 {
     // Create a large thread stack and call back into Go to test
     // if Go correctly determines the stack bounds.
     C.bigStack((C.callback.val)(C.goBigStack1));
 }