blob: 74e9d5cffabcab8ca4cc63e2b1a2075a747ab425 [file] [log] [blame]
// Copyright 2019 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 module_b;
struct TestStructB1 {
int32 x;
int32 y;
};