Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
modules
/
module_struct_noinit
/
mod
/
mod.v
9
lines
·
7
sloc
·
75 bytes
·
b474aa0faf8d055aaced80ed0687ac354d0864a0
Raw
1
module
mod
2
3
@[noinit]
4
pub
struct
Foo {
5
}
6
7
@[noinit]
8
pub
struct
Foo2[T] {
9
}
10