export-expname_FIXTURE.js (258B)
1 // |reftest| skip -- not a test file 2 // Copyright (C) 2020 Bradley Farias. All rights reserved. 3 // This code is governed by the BSD license found in the LICENSE file. 4 5 export { Mercury, Mercury as "☿" }; 6 function Mercury() {} 7 globalThis.Mercury = Mercury;