reftest-info.js (225B)
1 // |reftest| -- foo bar baz 2 // Copyright (C) 2024 Igalia S.L. All rights reserved. 3 // This code is governed by the BSD license found in the LICENSE file. 4 5 /*--- 6 info: Information 7 ---*/ 8 9 function f() { 10 let 11 await 0; 12 }