ci: fix code_test.v

master
Delyan Angelov 2022-04-15 21:20:03 +03:00
parent 87a373d82c
commit ad231cec2f
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
void mut_arg(const byte *_key, size_t *val) {
void mut_arg(const u8 *_key, size_t *val) {
*val = 5;
}