rbtree: add rb_search_exact()
[nasm.git] / test / br3392661.asm
blob9a349d19180c2fb14da9d94f7991a81cb2b8e609
1 section .text
3 global _start
5 _start:
6 mov rdi, 0 ; Exit status
7 mov rax, 60 ; Exit syscall number
8 syscall