blob: 07cec70fe2f8ff139040eda40a42aeaba4c7e4e9 [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.
// If no language version is specified, and none if given in a
// .dart_tool/package_config.json file, we default to the most recent one.
/*library: languageVersion=%CURRENT_VERSION_MARKER%*/
foo() {
print("Hello from foo!");
}