blob: 384db67463ef0eef437fdd17a7de83cd0569ce51 [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.
import 'package:foo/foo.dart';
// Version comes from the package foo having this file in it's root uri.
/*library:
languageVersion=%VERSION_MARKER1%,
packageUri=package:foo
*/
main() {
foo();
}