blob: da7c2c1c2865729e46c234df7878e88d3a9d1544 [file] [log] [blame]
// Copyright (c) 2019, 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.
// .dart_tool/package_config.json specifies %VERSION_MARKER1%, this library
// tries to go above that, which is fine.
// @dart = %VERSION_MARKER2%
/*library: languageVersion=%VERSION_MARKER2%*/
foo3() {
print("Hello from foo3!");
}