blob: 535d085354aa161f5fa5917e8c9f6b61cbd419f6 [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.
*/
/**
* @assertion It is a run time error if library does not declare or import a top level function main().
* @description Checks that it is not a run time error if imports a top level function main().
* @author vasya
* @reviewer msyabro
*/
import "4_Library4.dart";
export "4_Library4.dart";