blob: 7dca8991e92aef378624ec31a62759f275a11ad3 [file] [log] [blame] [edit]
// 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.
import '32997a_lib.dart' deferred as b;
main() async {
await b.loadLibrary();
print(b.m(3));
}