aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/verifier/typedef_array.good
blob: f10fa9a8de035977f77caafd3fcc4f3c84784977 (plain)
1
2
3
4
5
6
7
8
9


count len = 1+1;
alias count alen = 1+1;

typedef a = int#[0];
typedef b = int#[len];
typedef c = int#[alen];
typedef d = int#[1+2+3];