mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix code_test.v
This commit is contained in:
parent
87a373d82c
commit
ad231cec2f
@ -1,3 +1,3 @@
|
||||
void mut_arg(const byte *_key, size_t *val) {
|
||||
void mut_arg(const u8 *_key, size_t *val) {
|
||||
*val = 5;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user