qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

check_hello.c (88B)


      1 #include <stdio.h>
      2 #include <stdlib.h>
      3 int main ()
      4 {
      5   printf ("pass\n");
      6   exit (0);
      7 }