Skip to content

Commit

Permalink
freebsd: fix compilation of b/vlib/v/gen/c/testdata/translated_module…
Browse files Browse the repository at this point in the history
….vv with tcc (#19370)
  • Loading branch information
kimshrier committed Sep 17, 2023
1 parent 2002db7 commit 92b452d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/gen/c/testdata/translated/sym.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
int ExternalSymbol(char *hello) {
return *hello;
}
}

0 comments on commit 92b452d

Please sign in to comment.