pineapple/externals/xbyak/test/lib_run.cpp
2020-12-28 15:15:37 +00:00

9 lines
73 B
C++
Executable file

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