Merge commit '0a097849af1bcd979ff4b430a03971f16822cbcb' as 'external/xbyak'
This commit is contained in:
9
external/xbyak/test/lib_run.cpp
vendored
Normal file
9
external/xbyak/test/lib_run.cpp
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "lib.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
puts("main");
|
||||
X::a.put();
|
||||
putReg();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user