blob: f344b7b6394f760d7d5b00dc11dc11f8fc63e65e [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.
// @dart = 2.9
library export_ambiguous_main_b;
main() {
print('export_ambiguous_main_b');
}