mirror of
https://github.com/swc-project/swc.git
synced 2025-01-02 18:43:52 +03:00
3 lines
35 B
JavaScript
3 lines
35 B
JavaScript
|
function foo() {
|
||
|
throw 'foo';
|
||
|
}
|