blob: 8c3459e23816cf63c9a0d65990370e2969db1bc2 [file] [log] [blame]
// 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();
};