mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-23 05:23:59 +00:00
Rebrand to XenonRecomp.
This commit is contained in:
9
tests/XenonAnalyse/add.cpp
Normal file
9
tests/XenonAnalyse/add.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
int add(int a, int b)
|
||||
{
|
||||
return a + b;
|
||||
}
|
||||
|
||||
extern "C" int _start()
|
||||
{
|
||||
return add(1, 2);
|
||||
}
|
Reference in New Issue
Block a user