1 // CS0208: Cannot take the address of, get the size of, or declare a pointer to a managed type `Splay<T>.Node'
3 // Compiler options: /unsafe
4 // Similar code to #75772, but without field of type T.
8 unsafe private struct Node
10 private Node
* parent
;