1@ Tests that should fail for ALU group relocations.
2
3	.text
4
5@ Group relocs aren't allowed on SUB(S) instructions...
6	sub	r0, r0, #:pc_g0:(foo)
7	subs	r0, r0, #:pc_g0:(foo)
8
9@ Some nonexistent relocations:
10	add	r0, r0, #:pc_g2_nc:(foo)
11	add	r0, r0, #:sb_g2_nc:(foo)
12
13