mirror of
https://github.com/yuzu-mirror/dynarmic.git
synced 2026-04-05 14:25:36 +00:00
9 lines
73 B
C++
9 lines
73 B
C++
#include "lib.h"
|
|
|
|
int main()
|
|
{
|
|
puts("main");
|
|
X::a.put();
|
|
putReg();
|
|
}
|
|
|