blob: b7d44ab0ae3678783c489a0496c71277b00e3833 [file] [log] [blame]
// Copyright (c) 2017, 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/basic_deferred_lib.dart' deferred as lib;
/*element: main:OutputUnit(main, {})*/
main() => lib.loadLibrary().then((_) {
(lib.funky)();
});