cleol
[mcs.git] / errors / gcs0208-3.cs
blob9f7bcc1c22c4031e9aa392ea5bd1c001f598a073
1 // cs0208-3.cs : Cannot take the address of, get the size of, or declare a pointer to a managed type `Splay<T>.Node'
2 // Line: 10
3 // Compiler options: /unsafe
4 // Similar code to #75772, but without field of type T.
6 public class Splay<T>
8 unsafe private struct Node
10 private Node * parent;