blob: e63a03cddf9e7870760506ae2b5993b1a0d4041d [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.
// @dart = 2.10
// This file was autogenerated by the pkg/compiler/tool/graph_isomorphizer.dart.
import "package:expect/expect.dart";
import 'libImport.dart';
@pragma('dart2js:noInline')
/*member: g_001_0:member_unit=2{b1, b2, b3, b4}*/
g_001_0() {
Set<String> uniques = {};
// f_**1_*;
f_001_0(uniques, 2);
f_001_1(uniques, 2);
f_011_0(uniques, 2);
f_011_1(uniques, 2);
f_101_0(uniques, 2);
f_101_1(uniques, 2);
f_111_0(uniques, 2);
f_111_1(uniques, 2);
Expect.equals(8, uniques.length);
}