blob: fe126bfa066b3dc14b45d9df9bda2be33b5cedff [file] [log] [blame]
// Copyright (c) 2023, 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.
/// @assertion Helper legacy library for `const_evaluation_A*` tests
///
/// @author sgrekhov22@gmail.com
// @dart=2.6
library const_evaluation_legacy_lib;
const cLegacyInt = 1;