aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/crash.asm
blob: 0014bfd55b0a35e13b18c89e8ffab6cd077a6c7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

	Stuff to try and crash it

foo:	.MACRO	
	HI
bar:	.MACRO	
	THERE
	bar
	.ENDM	


	.ENDM
	foo
	foo
	foo
	foo
	foo
	bar