blob: 94df162d9b07fa830ec89d60dea537da6edad8d2 [file] [log] [blame] [edit]
// Part of the Crubit project, under the Apache License v2.0 with LLVM
// Exceptions. See /LICENSE for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#[derive(Default, Clone)]
pub struct Struct {
pub a: i32,
}