mirror of
https://github.com/vlang/v.git
synced 2025-09-10 07:47:20 -04:00
freebsd: fix compilation of b/vlib/v/gen/c/testdata/translated_module.vv with tcc (#19370)
This commit is contained in:
parent
2002db703a
commit
92b452d8f8
2
vlib/v/gen/c/testdata/translated/sym.c
vendored
2
vlib/v/gen/c/testdata/translated/sym.c
vendored
@ -1,3 +1,3 @@
|
|||||||
int ExternalSymbol(char *hello) {
|
int ExternalSymbol(char *hello) {
|
||||||
return *hello;
|
return *hello;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user