1# Test parallel instructions and section switching.
2.nocmp
3.section .text.f1,"ax",%progbits
4.globl f1
5f1:
6	nop 5
7.section .text.f2,"ax",%progbits
8.globl f2
9f2:
10	nop 4
11.section .text.f1,"ax",%progbits
12||	nop
13||	nop
14||	nop
15||	nop
16||	nop
17||	nop
18.section .text.f2,"ax",%progbits
19||	nop
20||	nop
21||	nop
22||	nop
23||	nop
24||	nop
25.section .text.f1,"ax",%progbits
26||	nop
27.section .text.f2,"ax",%progbits
28||	nop
29