@@ -0,0 +1,13 @@
+ .file "test_7.asm"
+ .data
+str:
+ .ascii "test"
+ .text
+ .global _start
+_start:
+
+ //exit
+ movq $60, %rax
+ movq $0, %rdi