diff options
Diffstat (limited to 'test/cases/bytecode.bqn')
| -rw-r--r-- | test/cases/bytecode.bqn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cases/bytecode.bqn b/test/cases/bytecode.bqn index 72fdb8cb..0ec71d9f 100644 --- a/test/cases/bytecode.bqn +++ b/test/cases/bytecode.bqn @@ -16,6 +16,7 @@ 6 % {๐ฉ}6 # 1 DFND 3 % Aโ{๐จ}โ3 A 4 # dyadic block function 7 % aโฟbโ7โฟ2โa # 11 ARRO, 12 ARRM +2 % ยทโฟbโ7โฟ2โb # 36 VARN 2 % 0{๐จ๐1}2 # 19 FN2O (doesn't test call type) 5 % {({๐จ}๐จ)๐๐ฉ}5 # 18 FN1O not called 8 % {๐ฉ{aโฟbโ๐จ}๐จ,๐ฉ}8 # 19 FN2O not called |
