mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-20 02:11:31 +00:00
Unary postfix fixes
This commit is contained in:
@ -143,6 +143,12 @@
|
||||
(drop
|
||||
(f64.const inf)
|
||||
)
|
||||
(drop
|
||||
(f32.const nan:0x400000)
|
||||
)
|
||||
(drop
|
||||
(f32.const inf)
|
||||
)
|
||||
)
|
||||
)
|
||||
(;
|
||||
|
Reference in New Issue
Block a user