blob: 6e0075de9d897c3c3c27740618e68a48eed38702 [file] [log] [blame]
// 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.
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 == bindlib.codegen.testlib.Grit.FINE;