blob: 1b7b40f10abe7c2d486db83977b429f2b2d78987 [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() {}
}