"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs0641.cs
blobdc122ea31d32c651cd2eb7c692d906c6383e59d2
1 // CS0641: Attribute `System.AttributeUsageAttribute' is only valid on classes derived from System.Attribute
2 // Line: 6
4 using System;
6 [AttributeUsage (AttributeTargets.All)]
7 public class A