mirror of
https://github.com/yuzu-mirror/dynarmic.git
synced 2026-01-06 16:40:01 +01:00
10 lines
73 B
C++
10 lines
73 B
C++
#include "lib.h"
|
|
|
|
int main()
|
|
{
|
|
puts("main");
|
|
X::a.put();
|
|
putReg();
|
|
}
|
|
|