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