blob: befa51feeaa71161edc6a1013ef1f0fc6c1cd357 [file]
// Copyright (c) 2026, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
test() {
for (var l = 1 in List.filled(100, 0)) break;
}