blob: 4f19f3c39794da4f126be3e7d1acace369d817ba [file] [log] [blame]
// Copyright (c) 2011, 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 Imports_A02_t29_lib2;
void foo() {
print ("foo2");
}
void bar() {
print ("bar2");
}