blob: 6c9fe2a8b6a64f0fa6969e46a94956f86a845846 [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;
closed protocol Foo {
strict Bar(resource struct {
h zx.Handle;
});
};