| // 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 | |
| pub(crate) struct __CcTemplateInst_my_namespace_my_template_my_arg { | |
| pub value: usize, | |
| } | |
| impl __CcTemplateInst_my_namespace_my_template_my_arg { | |
| pub fn new(value: usize) -> Self { | |
| Self { value } | |
| } | |
| } |