Sign in
mojo
/
mojo-tools
/
d396f6f20b4f1acd06dd409b478a948ceac58267
/
.
/
mojo
/
public
/
interfaces
/
bindings
/
tests
/
test_included_unions.mojom
blob: 5c08681eda089a440f67369fadd07b6a4a0bd00f [
file
] [
log
] [
blame
]
// Copyright 2015 The Chromium 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
mojo
.
test
;
union
IncludedUnion
{
int8 a
;
};