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