diff --git a/pkg/front_end/tool/verify_with_lazy_loading.dart b/pkg/front_end/tool/verify_with_lazy_loading.dart new file mode 100644 index 00000000000..46acbb11e14 --- /dev/null +++ b/pkg/front_end/tool/verify_with_lazy_loading.dart @@ -0,0 +1,28 @@ +// Copyright (c) 2024, 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. + +import "dart:io"; + +import "package:kernel/binary/ast_from_binary.dart"; +import "package:kernel/kernel.dart"; +import "package:kernel/target/targets.dart"; +import "package:kernel/verifier.dart"; +import "package:vm/target/vm.dart"; + +void main(List args) { + if (args.length != 1) throw "Usage: dart