Replace SIZEOF_REGISTER with sizeof(mgreg_t) for consistency with sizeof(gpointer)
[mono.git] / mcs / errors / gcs0633-4.cs
1 // gcs0633-4.cs: The argument to the `System.Diagnostics.ConditionalAttribute' attribute must be a valid identifier
2 // Line: 6
3
4 using System.Diagnostics;
5
6 [Conditional("DEBUG+2")]
7 public class Test: System.Attribute {}