remove debug writelines
[mcs.git] / errors / gcs0208.cs
blob1c5e807bcc79f5f3832c058cd2654db30aafc4fd
1 // gcs0208.cs: Cannot take the address of, get the size of, or declare a pointer to a managed type `X<A>'
2 // Line: 12
3 // Compiler options: -unsafe
5 class X <Y> {
8 unsafe class A {
10 static void Main ()
12 int size = sizeof (X<A>);