mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-06 23:19:58 +01:00
10 lines
73 B
C++
10 lines
73 B
C++
#include "lib.h"
|
|
|
|
int main()
|
|
{
|
|
puts("main");
|
|
X::a.put();
|
|
putReg();
|
|
}
|
|
|