mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 05:32:09 +03:00
2 lines
58 B
JavaScript
2 lines
58 B
JavaScript
|
function a(){var b;if(b='b'){return b}else{return b}};a()
|