Esempio n. 1
0
        public static void TestChar()
        {
            var type = new ABT.CharType();

            Assert.AreEqual("char a", type.Decl("a"));
            Assert.AreEqual("char", type.Decl());
        }
Esempio n. 2
0
 public static void TestChar() {
     var type = new ABT.CharType();
     Assert.AreEqual("char a", type.Decl("a"));
     Assert.AreEqual("char", type.Decl());
 }