blob: 37a1c2ea26a945ddb8534f7b80c2560e8a837bab [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.
// This file was autogenerated by the pkg/compiler/tool/graph_isomorphizer.dart.
import "package:expect/expect.dart";
import 'libImport.dart';
@pragma('dart2js:noInline')
g_000_1() {
Set<String> uniques = {};
// f_***_1;
f_000_1(uniques, 3);
f_010_1(uniques, 3);
f_011_1(uniques, 3);
f_101_1(uniques, 3);
f_111_1(uniques, 3);
Expect.equals(5, uniques.length);
}