blob: 450310dae64352e76d8cb73a7bddaa66da055ab9 [file] [log] [blame]
// Copyright 2018 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.examples.example6;
using something;
using my.import.path;
using my.other.import.path as other;
const int32 x = 23;
interface Hello {
10243: Say(string req) -> (string response);
};