1 #as: --size-check=warning
2 #objdump: -dw
3 #name: Check bad size directive
4 #error-output: bad-size.warn
5 
6 .*: +file format .*
7 
8 
9 Disassembly of section .text:
10 
11 0+ <_test_nop>:
12 [ 	]*[a-f0-9]+:	90                   	nop
13 
14 Disassembly of section .text.entry.continue:
15 
16 0+ <.text.entry.continue>:
17 [ 	]*[a-f0-9]+:	90                   	nop
18 #pass
19