Sign in
fuchsia
/
fuchsia
/
main
/
.
/
src
/
devices
/
tests
/
multibind-composite-test
/
drivers
/
multibind.test.bind
blob: 8f9cfe554462202c9933a92ce0591ffd95e1f15e [
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.
library multibind
.
test
;
enum
NODE_ID
{
A
,
B
,
C
,
D
,
};