	.section	__TEXT,__text,regular,pure_instructions
	.globl	_test
	.align	4, 0x90
_test:                                  ## @test
	.cfi_startproc
## BB#0:
	pushq	%rbp
Ltmp2:
	.cfi_def_cfa_offset 16
Ltmp3:
	.cfi_offset %rbp, -16
	movq	%rsp, %rbp
Ltmp4:
	.cfi_def_cfa_register %rbp
	imulq	%rsi, %rdi
	movq	%rdi, %rax
	popq	%rbp
	ret
	.cfi_endproc

	.globl	_main
	.align	4, 0x90
_main:                                  ## @main
	.cfi_startproc
## BB#0:
	pushq	%rbp
Ltmp7:
	.cfi_def_cfa_offset 16
Ltmp8:
	.cfi_offset %rbp, -16
	movq	%rsp, %rbp
Ltmp9:
	.cfi_def_cfa_register %rbp
	leaq	L_.str(%rip), %rdi
	movl	$8, %esi
	movl	$2, %edx
	xorb	%al, %al
	callq	_printf
	movq	_a@GOTPCREL(%rip), %rax
	movl	32(%rax), %eax
	popq	%rbp
	ret
	.cfi_endproc

	.section	__TEXT,__cstring,cstring_literals
L_.str:                                 ## @.str
	.asciz	 "size =%ld x = %lx\n"

	.comm	_a,80,4                 ## @a

.subsections_via_symbols
