1	;;
2	;; error-001.s
3	;; Not really an error but a baseline for the expect function
4	;; run_dump_test
5
6	.text
7	.global foo
8foo:
9	mv	r0,r1
10