f0da03ca36
Closes https://github.com/dart-lang/sdk/issues/36636 Change-Id: I5a07edb12af8d012e9fcbdc058abb57102a56436 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/99462 Commit-Queue: Martin Kustermann <kustermann@google.com> Reviewed-by: Samir Jindel <sjindel@google.com>
8 lines
273 B
Dart
8 lines
273 B
Dart
// Copyright (c) 2019, 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.
|
|
|
|
// VMOptions=--intrinsify=false --no-use-vfp
|
|
|
|
main() {}
|