xbyak/test/lib_run.cpp
MITSUNARI Shigeo d548d02e2c add lib test
2012-12-02 16:57:17 +09:00

9 lines
82 B
C++

#include <stdio.h>
int ret123();
int main()
{
printf("ret=%d\n", ret123());
}