Sign in
fuchsia
/
fuchsia
/
HEAD
/
.
/
sdk
/
testing
/
fidl
/
protocols_tests
/
empty_protocol.test.fidl
blob: be89aa2e95bf13f6c8be0df7e41c931f422f7a02 [
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.
library test
.
empty
.
protocol
;
closed protocol
Empty
{};