xbyak/test/lib_run.cpp

10 lines
73 B
C++
Raw Permalink Normal View History

2012-12-02 05:28:30 -07:00
#include "lib.h"
2012-12-02 00:57:17 -07:00
int main()
{
2012-12-02 17:09:18 -07:00
puts("main");
X::a.put();
2012-12-04 00:12:59 -07:00
putReg();
2012-12-02 00:57:17 -07:00
}