mirror of
https://github.com/herumi/xbyak
synced 2024-11-20 16:06:14 -07:00
9 lines
73 B
C++
9 lines
73 B
C++
#include "lib.h"
|
|
|
|
int main()
|
|
{
|
|
puts("main");
|
|
X::a.put();
|
|
putReg();
|
|
}
|
|
|