export-expname-binding-index_FIXTURE.js (221B)
1 // |reftest| skip -- not a test file 2 // Copyright (C) 2021 Alexey Shvayka. All rights reserved. 3 // This code is governed by the BSD license found in the LICENSE file. 4 5 var a = 0; 6 var b = 1; 7 export { a as "0", b as "1" };