blob: 61ae4f859b699dc8c7e38488431a7874d5bcb943 [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;
struct UnnamedPrimitiveTestStruct {
uint32 A;
string B;
bool C;
float D;
};