Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [imac]$ or1k-linux-gcc main.c -static; qemu-or32 ./a.out
- [imac]$ echo $?
- 10
- [imac]$ cat main.c
- int main() { return 10; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement