blob: 71d1c1de8eb8fde991389691b8b0dc7d38e65ff7 [file] [log] [blame] [edit]
// Copyright (c) 2022, 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.
/// A library that we can import.
library;
void deferredPrintLocal() {
print('hello from deferred library'); // Breakpoint: DeferredPrintLocal
}