1 // cs0208-4.cs : 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 one to #75772 but using a class instead of a struct.
8 unsafe private class Node
10 private Node
* parent
;