/* ERRORS */ int a = :false; bool b = 2; (byte x) c = 3; int d = (4,); int e = [5,]; int#[2] f = 6; /* ERRORS */ byte sbl = -1; byte sbh = 256; uint8 sbl = -1; uint8 sbh = 256; int16 ssl = -32769; int16 ssh = 32768; uint16 sul = -1; uint16 suh = 65536;