mirror of
https://github.com/roytam1/UXP.git
synced 2026-06-11 19:08:36 +00:00
8 lines
88 B
JavaScript
8 lines
88 B
JavaScript
"use strict";
|
|
|
|
function f() {}
|
|
|
|
(function () {
|
|
var a = 1; var b = 2; var c = 3;
|
|
})();
|