Sign in
fuchsia
/
fuchsia
/
refs/heads/sandbox/cstout
/
.
/
sdk
/
lib
/
modular
/
cpp
/
agent.test.fidl
blob: ab529534d2eb355d8cda119ad123ab495df10969 [
file
] [
log
] [
blame
] [
edit
]
// Copyright 2019 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
.
modular
.
agent
;
@discoverable
protocol
Pinger
{
Ping
();
};