Squashed 'external/xbyak/' content from commit 9d8ff37
git-subtree-dir: external/xbyak git-subtree-split: 9d8ff37306f39c6a71cf998078cbe880ce5dc224
This commit is contained in:
9
test/lib_run.cpp
Normal file
9
test/lib_run.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "lib.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
puts("main");
|
||||
X::a.put();
|
||||
putReg();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user