blob: 343985bfe0796ae2e0daeed0da3830a0c0fc9740 [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_A06_t01_lib;
export "reexport__itself_t01_lib.dart";
typedef foo();
int libVar = 1;