mirror of
https://github.com/swc-project/swc.git
synced 2024-12-28 08:04:43 +03:00
6a570a334c
**Related issue:** - Closes https://github.com/swc-project/swc/issues/7111.
2 lines
42 B
JavaScript
2 lines
42 B
JavaScript
console.log(Math.random() > 0.5 ? -0 : 0)
|