blob: 892f55e26379cb6d9b720ebe979e2918f9793d7d [file] [log] [blame]
// Copyright (c) 2014, 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 '../libs/deferred_typedef_lib1.dart' deferred as lib1;
/*element: main:OutputUnit(main, {})*/
main() async {
await lib1.loadLibrary();
print(lib1.cA);
print(lib1.cB);
}