5e241d86b2
BUG= R=dmitryas@google.com Review-Url: https://codereview.chromium.org/2987153002 .
8 lines
239 B
Dart
8 lines
239 B
Dart
// Copyright (c) 2017, 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() {
|
|
throw 0;
|
|
}
|