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:
@ -1,3 +1,3 @@
|
|||||||
void mut_arg(const byte *_key, size_t *val) {
|
void mut_arg(const u8 *_key, size_t *val) {
|
||||||
*val = 5;
|
*val = 5;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user