xbyak/test/lib_run.cpp
2012-12-03 09:09:18 +09:00

8 lines
62 B
C++

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