blob: a93920b5d152cf92ac819c8a04cc6e6ed16e0066 [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.
test() {
new A();
}
main() {}