mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 23:18:59 +00:00
8 lines
71 B
JavaScript
8 lines
71 B
JavaScript
"use strict";
|
|
|
|
function f() {
|
|
var a = 1;
|
|
var b = 2;
|
|
var c = 3;
|
|
}
|