Open thradams opened 2 months ago
#pragma safety enable void f(int i) { int a=0; int b=1; int* k =i ? &a : &b; //pointer k is pointing to a or b (cake is not making the this..) }