Open seanbaxter opened 2 months ago
choice A { owned(int), borrowed(const int^) }; struct B { int owned; const int^ borrowed; };