blob: 66f97642a2791a6a7fd26029f5d6196edeac9956 [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 Exports_A02_t01_lib;
export "public_namespace_t01_lib2.dart";
void foo() {}
int bar = 0;
final bool boo = true;
class C {
C() {}
}