11 lines
196 B
C#
Raw Normal View History

// CS0591: Invalid value for argument to `System.AttributeUsageAttribute' attribute
// Line: 4
[System.AttributeUsage(0)]
class ClassMain {
public static void Main () {
}
}