Replace SIZEOF_REGISTER with sizeof(mgreg_t) for consistency with sizeof(gpointer)
[mono.git] / mcs / errors / gcs0689.cs
1 // CS0689: `Stack<T>': Cannot derive from type parameter `T'
2 // Line: 4
3
4 class Stack<T> : T { }