diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/bounds.myr | 4 | ||||
-rw-r--r-- | test/tests | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/test/bounds.myr b/test/bounds.myr new file mode 100644 index 0000000..039b051 --- /dev/null +++ b/test/bounds.myr @@ -0,0 +1,4 @@ +const main = { + var a : byte[:] = [1, 2, 3][:] + var b = a[:4] +} @@ -150,3 +150,4 @@ F arityhigh F badop B voideffect P pass B foroptexpr P pass +B bounds E 134 |