Bug 1921551 - React to sync sign in flow correctly r=android-reviewers,matt-tighe
[gecko.git] / js / src / tests / test262 / language / module-code / eval-gtbndng-indirect-update-dflt_FIXTURE.js
blob635bcbb68287787a5a893b1ace9d8fa4af49f011
1 // |reftest| skip -- not a test file
2 // Copyright (C) 2016 the V8 project authors. All rights reserved.
3 // This code is governed by the BSD license found in the LICENSE file.
5 export default function fn() {
6   fn = 2;
7   return 1;