summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/modules/export-default-async-regexpy.js
blob: 3a33ecbc8547d07b2eed4d75f5e3577490eaf43d (plain)
1
2
3
4
5
6
var async = 42;
var x = 3;
var g = 2;

export default async
/x/g;