blob: 03634307bc418a227bb382e281efb2afa62e8ac0 [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
module tests;
import "mojo/public/interfaces/bindings/tests/test_unions.mojom";
struct UnnamedPrimitiveTestStruct {
uint32 A;
string B;
bool C;
float D;
};
struct PodUnionWrapper {
mojo.test.PodUnion pod_union;
};
struct ObjectUnionWrapper {
mojo.test.ObjectUnion object_union;
};