blob: cea3c59afb5f78c645f9dfed4bb82652b50d1368 [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 S does not declare or import a top level function main().
* @description Checks that main() can be placed in a part unit.
* @author ilya
*/
library main_in_a_part;
part '4_Library5.dart';