blob: d9ef0608a0f4fd3e5aad94b2ae213fdb2f480ff0 [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_010_0() {
Set<String> uniques = {};
// f_*1*_*;
f_010_0(uniques, 1);
f_010_1(uniques, 1);
f_011_1(uniques, 1);
f_110_0(uniques, 1);
f_111_1(uniques, 1);
Expect.equals(5, uniques.length);
}