blob: 9ed896db8950e650c82482e2ac6ea7cc04df58f9 [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.
library Script_as_library;
func() => 1;
main() {
func();
}