blob: 1bdcc58aeaf84063d6d9892fd006a8ebddca2160 [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 fidl.rust.test.compilation;
xunion TestXUnion {
};
protocol TestInterface {
TestMethod(TestXUnion test_x_union) -> (TestXUnion test_x_union);
};