blob: 92718b14493cc83c3db70b00a88a81a54cd52cdd [file] [log] [blame]
// Copyright (c) 2015, 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 lib1;
import "deferred_shared_and_unshared_classes_lib_shared.dart";
foo() {
print(new C1());
print(new CShared());
}