Marcel Hlopko | 2631d5a | 2022-04-13 10:10:21 -0700 | [diff] [blame] | 1 | // Part of the Crubit project, under the Apache License v2.0 with LLVM |
2 | // Exceptions. See /LICENSE for license information. | ||||
3 | // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | ||||
4 | |||||
5 | pub(crate) struct __CcTemplateInst_my_namespace_my_template_my_arg { | ||||
6 | pub value: usize, | ||||
7 | } | ||||
8 | |||||
9 | impl __CcTemplateInst_my_namespace_my_template_my_arg { | ||||
10 | pub fn new(value: usize) -> Self { | ||||
11 | Self { value } | ||||
12 | } | ||||
13 | } |