mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2026-07-23 17:57:00 +00:00
Implement ELF support
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
int add(int a, int b)
|
||||
{
|
||||
return a + b;
|
||||
}
|
||||
|
||||
extern "C" int _start()
|
||||
{
|
||||
return add(1, 2);
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user