Replace SIZEOF_REGISTER with sizeof(mgreg_t) for consistency with sizeof(gpointer)
[mono.git] / mcs / errors / gcs0735.cs
1 // gcs0735.cs: Invalid type specified as an argument for TypeForwardedTo attribute
2 // Line: 7
3
4 using System;
5 using System.Runtime.CompilerServices;
6
7 [assembly: TypeForwardedTo((Type)null)]