blob: c042a05c8dd3897095ef36d3b392605ed7f875f9 [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.
/*library: languageVersion=%VERSION_MARKER1%*/
import 'foo2.dart';
import 'foo3.dart';
import 'foo4.dart';
foo() {
print("Hello from foo!");
foo2();
foo3();
foo4();
}