blob: 3a1ca1bad105baa189e84ac87f20793d1a08ff82 [file] [log] [blame]
// Copyright (c) 2020, 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.
//
// TODO: Remove https://github.com/dart-lang/sdk/issues/43605
// @dart=2.11
import 'int32_test.dart' as int32_test;
import 'int64_test.dart' as int64_test;
void main() {
int32_test.main();
int64_test.main();
}