blob: 734a620649cd97b363dfd90b43161afc6d14b07e [file] [log] [blame]
// Copyright (c) 2013, 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 export_ambiguous_main_b;
main() {
print('export_ambiguous_main_b');
}