mirror of
https://github.com/wasmerio/wasmer.git
synced 2025-09-04 15:28:26 +00:00
6 lines
78 B
C
6 lines
78 B
C
extern int side_needed_func(int);
|
|
|
|
int side_func(int x)
|
|
{
|
|
return x + 42;
|
|
} |