blob: 7919351cda7f23a8a5256f2bb2ab07f3ab52b1e6 [file] [log] [blame]
// Copyright (c) 2018, 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.
// @dart = 2.7
main() {
label:
{
break label;
}
}