chromium/mojo/public/js/test/module_b_1.test-mojom

// Copyright 2019 The Chromium Authors
// 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;
};