blob: d97697621cbee7a808c98813bc02e8f2bbca0f79 [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 libraryDefinition:
* scriptTag? libraryName? importOrExport* partDirective* topLevelDefinition*
* ;
* @description Checks that a script tag can appear in the beginning of library
* definition
* @author ilya
*/
import "13_Libraries_and_Scripts_A04_t21_lib.dart";
main() {
}