using skyscraper5.Mpeg2; namespace skyscraper8.Tests; public class UselessCodeCoverageTests { [Fact] void PsiSectionTest() { PsiSection section = new PsiSection(); section.Append(new byte[] { 3 }); } }