yuzu/externals/xbyak/test/lib_run.cpp

10 lines
73 B
C++
Executable File

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