// CS0418: `TestClass': an abstract class cannot be sealed or static
// Line: 4

public abstract static class TestClass
{
}