1	@RUN: llvm-mc -preserve-comments -n -triple arm-eabi < %s > %t
2	@RUN: sed 's/#[C]omment/@Comment/g' %s > %t2
3	@RUN: diff -b %t %t2
4	.text
5
6	mov	r0, r0
7foo:	#Comment here
8	mov	r0, r0	@ EOL comment
9	.ident	""
10
11