"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs0616.cs
blob0d945a66208ef398ac974fa783f42bdf5b788d23
1 // CS0616: `FakeAttribute': is not an attribute class
2 // Line: 8
4 class FakeAttribute {
7 class T {
8 [Fake]
9 static int Main() {
10 return 0;