mirror of
https://github.com/swc-project/swc.git
synced 2024-12-12 13:33:23 +03:00
10 lines
95 B
JavaScript
10 lines
95 B
JavaScript
// mangle to the same name 'a'
|
|
c: {
|
|
a("b");
|
|
break c;
|
|
}
|
|
c: {
|
|
a("b");
|
|
break c;
|
|
}
|