mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +09:00
1 line
63 B
JavaScript
1 line
63 B
JavaScript
function main3() { var a = 1; debugger; noop(a); return 10; };
|