aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/verifier/type_compatibility_literals.good
blob: 5dc6bc6dcb698b21c3c93c085fb52e7c05bd0e24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


int a = 1;
bool b = :false;
(byte x) c = (3,);
int d = 4;
int#[2] f = [5, 6];


byte sbl = 0;
byte sbh = 255;
int16 ssl = -32768;
int16 ssh = 32767;
uint16 sul = 0;
uint16 suh = 65535;