freebsd: fix compilation of b/vlib/v/gen/c/testdata/translated_module.vv with tcc (#19370)

This commit is contained in:
Kim Shrier 2023-09-16 23:12:12 -06:00 committed by GitHub
parent 2002db703a
commit 92b452d8f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
int ExternalSymbol(char *hello) {
return *hello;
}
}