diff options
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/test1.sail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test1.sail b/src/test/test1.sail index 3580f3e6..78258929 100644 --- a/src/test/test1.sail +++ b/src/test/test1.sail @@ -8,7 +8,7 @@ typedef int_list [name = "il"] = list<nat> typedef reco = const struct forall 'i, 'a, 'b. { 'a['i] v; 'b w; } typedef maybe = const union forall 'a. { Nne; 'a Sme; } typedef colors = enumerate { red; green; blue } -typedef creg = register bits [5:'i] { 5 : h ; 6..7 : j} +typedef creg = register bits [5:10] { 5 : h ; 6..7 : j} let bool e = true let bit v = bitzero let ( bit [ 32 ] ) v1 = 0b101 |
