blob: 4e2b00a18e1201488337a9fa027b49b8fde29f16 [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.
// dart2jsOptions=--strong
import '32997a_lib.dart' deferred as b;
main() async {
await b.loadLibrary();
print(b.m(3));
}