summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/module-code/top-level-await/async-module-tla_FIXTURE.js
blob: b5a0b046b286dc15002c74f1c58bc5389b639059 (plain)
1
2
3
4
5
6
7
// |reftest| skip -- not a test file
// Copyright (C) 2023 Igalia, S.L. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

globalThis.check = false;
await 0;
globalThis.check = true;