blob: 254f9e5fe47e906c1aa938eb2730c33d4c1c93a9 [file] [log] [blame]
// Copyright (c) 2021, 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.
dynamic a;
test() {
new a();
}
main() {}