1// Copyright 2021 The Go Authors. All rights reserved.  Use of this
2// source code is governed by a BSD-style license that can be found in
3// the LICENSE file.
4
5package b
6
7import "./a"
8
9func JoinClusterServices() {
10	_ = a.NewStoppableWaitGroup()
11}
12