Sign in
fuchsia
/
fuchsia
/
main
/
.
/
src
/
lib
/
fidl
/
llcpp
/
tests
/
message_container
/
empty.test.fidl
blob: 3b9b1352833e8254039f95bc1ad08d9a816f48b4 [
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 fidl
.
llcpp
.
empty
.
test
;
closed protocol
OnlyEmpty
{
strict
Empty
()
->
();
};