Replace SIZEOF_REGISTER with sizeof(mgreg_t) for consistency with sizeof(gpointer)
[mono.git] / mcs / errors / GCS0733-lib.cs
1 public class C<T>
2 {
3         T t;
4 }