JSTQL-JS-Transform/test_files/test2.js

8 lines
118 B
JavaScript
Raw Normal View History

2024-05-22 12:44:45 +00:00
async function lol() {
let a = 0;
let b = await gc();
let c = 100;
let d = await l();
return 1;
}