public static void TestShort()
        {
            var type = new ABT.ShortType(isConst: true);

            Assert.AreEqual("const short a", type.Decl("a"));
            Assert.AreEqual("const short", type.Decl());
        }
        public static void TestShort() {
            var type = new ABT.ShortType(isConst: true);
            Assert.AreEqual("const short a", type.Decl("a"));
            Assert.AreEqual("const short", type.Decl());

        }