blob: aa6b035c0f5702646f22ac43d3a9041983aeb0d1 [file]
// Copyright (c) 2025, 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.
//
// dart2wasmOptions=--enable-deferred-loading
import 'deferred_constant_use_under_load_guard_def.dart' deferred as D;
main() async {
await D.loadLibrary();
await D.runTest();
}