Replace SIZEOF_REGISTER with sizeof(mgreg_t) for consistency with sizeof(gpointer)
[mono.git] / mcs / errors / gcs1675.cs
1 // CS1675: Enums cannot have type parameters
2 // Line: 4
3
4 enum E<T>
5 {
6 }