blob: 3ac623aa1b6ce71aa9e22f50baca400ba4078baa [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() {
Set<String> uniques = {};
// f_*1*;
f_010(uniques, 1);
f_011(uniques, 1);
f_111(uniques, 1);
Expect.equals(3, uniques.length);
}