1 #as: --32 -mrelax-relocations=yes
2 #ld: -melf_i386
3 #objdump: -dw
4 
5 .*: +file format .*
6 
7 
8 Disassembly of section .text:
9 
10 #...
11 [ 	]*[a-f0-9]+:	67 e8 ([0-9a-f]{2} ){4} *	addr16 call +[a-f0-9]+ <foo>
12 [ 	]*[a-f0-9]+:	67 e8 ([0-9a-f]{2} ){4} *	addr16 call +[a-f0-9]+ <bar>
13 [ 	]*[a-f0-9]+:	e9 ([0-9a-f]{2} ){4} *	jmp +[a-f0-9]+ <foo>
14 [ 	]*[a-f0-9]+:	90                   	nop
15 [ 	]*[a-f0-9]+:	e9 ([0-9a-f]{2} ){4} *	jmp +[a-f0-9]+ <bar>
16 [ 	]*[a-f0-9]+:	90                   	nop
17 #pass
18