blob: 8821616e065b4e4699dcc624013169b120130a24 [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.
import 'shared_constant_shared.dart' deferred as s1;
/*element: doA:OutputUnit(main, {})*/
doA() async {
await s1.loadLibrary();
return s1.constant;
}