blob: 96b59fa79612a20ec9cb0fa3ae12fb36125bc02d [file] [log] [blame]
Marcel Hlopko2631d5a2022-04-13 10:10:21 -07001// 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
5pub(crate) struct __CcTemplateInst_my_namespace_my_template_my_arg {
6 pub value: usize,
7}
8
9impl __CcTemplateInst_my_namespace_my_template_my_arg {
10 pub fn new(value: usize) -> Self {
11 Self { value }
12 }
13}