blob: f099cf5d506e8bd946479e600a9cf398c7a5f9ef [file] [log] [blame]
// Copyright (c) 2020, 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.10
import 'lib_010_00.dart' deferred as b4;
/*member: entryLib4:member_unit=main{}*/
entryLib4() async {
await b4.loadLibrary();
b4.g_010_00();
}