swc/native/babel-compat/tests/fixtures/simple-two-lines/input.js

3 lines
35 B
JavaScript
Raw Normal View History

const n = "hello";
console.log(n);