// cs0698.cs: Generic type can not derive from Attribute class // Line: 5 using System; class Stack : Attribute { }