	.file	"test_jtable.c"
	.intel_syntax noprefix
	.section .rdata,"dr"
LC0:
	.ascii "Four\0"
	.text
	.p2align 2,,3
	.def	_print4;	.scl	3;	.type	32;	.endef
_print4:
LFB11:
	.cfi_startproc
	sub	esp, 28
	.cfi_def_cfa_offset 32
	mov	DWORD PTR [esp], OFFSET FLAT:LC0
	call	_printf
	add	esp, 28
	.cfi_def_cfa_offset 4
	ret
	.cfi_endproc
LFE11:
	.section .rdata,"dr"
LC1:
	.ascii "Three\0"
	.text
	.p2align 2,,3
	.def	_print3;	.scl	3;	.type	32;	.endef
_print3:
LFB10:
	.cfi_startproc
	sub	esp, 28
	.cfi_def_cfa_offset 32
	mov	DWORD PTR [esp], OFFSET FLAT:LC1
	call	_printf
	add	esp, 28
	.cfi_def_cfa_offset 4
	ret
	.cfi_endproc
LFE10:
	.section .rdata,"dr"
LC2:
	.ascii "Two\0"
	.text
	.p2align 2,,3
	.def	_print2;	.scl	3;	.type	32;	.endef
_print2:
LFB9:
	.cfi_startproc
	sub	esp, 28
	.cfi_def_cfa_offset 32
	mov	DWORD PTR [esp], OFFSET FLAT:LC2
	call	_printf
	add	esp, 28
	.cfi_def_cfa_offset 4
	ret
	.cfi_endproc
LFE9:
	.section .rdata,"dr"
LC3:
	.ascii "One\0"
	.text
	.p2align 2,,3
	.def	_print1;	.scl	3;	.type	32;	.endef
_print1:
LFB8:
	.cfi_startproc
	sub	esp, 28
	.cfi_def_cfa_offset 32
	mov	DWORD PTR [esp], OFFSET FLAT:LC3
	call	_printf
	add	esp, 28
	.cfi_def_cfa_offset 4
	ret
	.cfi_endproc
LFE8:
	.section .rdata,"dr"
LC4:
	.ascii "Zero\0"
	.text
	.p2align 2,,3
	.def	_print0;	.scl	3;	.type	32;	.endef
_print0:
LFB7:
	.cfi_startproc
	sub	esp, 28
	.cfi_def_cfa_offset 32
	mov	DWORD PTR [esp], OFFSET FLAT:LC4
	call	_printf
	add	esp, 28
	.cfi_def_cfa_offset 4
	ret
	.cfi_endproc
LFE7:
	.def	___main;	.scl	2;	.type	32;	.endef
	.section .rdata,"dr"
LC5:
	.ascii "%u\0"
	.section	.text.startup,"x"
	.p2align 2,,3
	.globl	_main
	.def	_main;	.scl	2;	.type	32;	.endef
_main:
LFB12:
	.cfi_startproc
	push	ebp
	.cfi_def_cfa_offset 8
	.cfi_offset 5, -8
	mov	ebp, esp
	.cfi_def_cfa_register 5
	and	esp, -16
	sub	esp, 32
	call	___main
	lea	eax, [esp+28]
	mov	DWORD PTR [esp+4], eax
	mov	DWORD PTR [esp], OFFSET FLAT:LC5
	call	_scanf
	mov	eax, DWORD PTR [esp+28]
	call	[DWORD PTR _jt.1677[0+eax*4]]
	xor	eax, eax
	leave
	.cfi_restore 5
	.cfi_def_cfa 4, 4
	ret
	.cfi_endproc
LFE12:
	.section .rdata,"dr"
	.align 4
_jt.1677:
	.long	_print0
	.long	_print1
	.long	_print2
	.long	_print3
	.long	_print4
	.def	_printf;	.scl	2;	.type	32;	.endef
	.def	_scanf;	.scl	2;	.type	32;	.endef