mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen: zero_struct_field(); orm: zero un-inited fields
This commit is contained in:
@ -16,6 +16,7 @@ struct User {
|
||||
age int
|
||||
name string
|
||||
is_customer bool
|
||||
skipped_string string [skip]
|
||||
}
|
||||
|
||||
fn test_orm_sqlite() {
|
||||
|
Reference in New Issue
Block a user