8680ff91e2
Change-Id: I902365b92bba4b84159375bda9243012f009c16d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149394 Auto-Submit: Bob Nystrom <rnystrom@google.com> Reviewed-by: Nicholas Shahan <nshahan@google.com> Commit-Queue: Bob Nystrom <rnystrom@google.com>
8 lines
269 B
Dart
8 lines
269 B
Dart
// Copyright (c) 2014, 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() {}
|
|
|
|
var main; /*@compile-error=unspecified*/
|