early-access version 1255
This commit is contained in:
9
externals/xbyak/test/lib_run.cpp
vendored
Executable file
9
externals/xbyak/test/lib_run.cpp
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
#include "lib.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
puts("main");
|
||||
X::a.put();
|
||||
putReg();
|
||||
}
|
||||
|
Reference in New Issue
Block a user