Sign in
dart
/
sdk.git
/
55a99e10c0fbecc4f1d5556cc9780b6c25f4cf23
/
.
/
pkg
/
front_end
/
testcases
/
nnbd
/
ambiguous_main_export_lib2.dart
blob: 2c38c678fb9a585acf46dd977170ecb1af45a3ce [
file
]
// Copyright (c) 2020, 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.
main
()
{
print
(
87
);
}