xbyak/test/lib_run.cpp
2012-12-04 16:12:59 +09:00

9 lines
73 B
C++

#include "lib.h"
int main()
{
puts("main");
X::a.put();
putReg();
}