blob: afd99a25a6f02785551453436138878fd413368b [file] [log] [blame]
// Copyright 2023 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
composite spec_composite_1;
using multibind.test;
primary node "node_a" {
multibind.test.NODE_ID == multibind.test.NODE_ID.A;
}
node "node_c" {
multibind.test.NODE_ID == multibind.test.NODE_ID.C;
}
node "node_d" {
multibind.test.NODE_ID == multibind.test.NODE_ID.D;
}