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