blob: cafc7720300bff9cc3a4204c526131fb16cb0e4a [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_lib2;
void foo2() {}
int bar2;
final bool boo2 = true;
class C2 {
C2() {}
}