blob: 2524be611f744dd43d08c39fd6cf17b00b2f1d1b [file] [log] [blame]
// Copyright 2021 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 fidl.test.handles;
using zx;
protocol Foo {
Bar(zx.handle h);
};