blob: 6bc5032113283ca28e0e1ef91b67a41ec5018434 [file] [edit]
// Copyright 2022 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.
// TODO(fxb/95933): Use extended values on the right when extending is fixed.
using bindlib.codegen.testlib;
using bindlibparent.codegen.testlib as parent;
using fuchsia.test;
bindlib.codegen.testlib.kinglet == "firecrest";
fuchsia.BIND_PROTOCOL == 3;
bindlib.codegen.testlib.bobolink == 10;
bindlib.codegen.testlib.Moon == bindlib.codegen.testlib.Moon.Half;
fuchsia.BIND_PCI_VID == bindlib.codegen.testlib.BIND_PCI_VID.PIE;
bindlib.codegen.testlib.flag == bindlib.codegen.testlib.flag.ENABLE;
parent.Pizza == parent.Pizza.Pepperoni;
parent.Grit == parent.Grit.Coarse;