blob: a9444595a3695335d34591feb3e78c399573bcc1 [file] [log] [blame] [edit]
// Copyright (c) 2025, 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 'export_lib1.dart';
main() {
method1();
method2();
method3();
}