blob: 81a4029a8a8a07dd628591fac4a1b370343afb55 [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 "2_Exports_A02_t01_lib2.dart";
void foo() {}
int bar;
final bool boo = true;
class C {
C() {}
}