1; RUN: llvm-mc -triple armv7-windows-msvc -filetype obj -o - %s 2 3 .syntax unified 4 .thumb 5 6 .text 7 8 .global function 9 .thumb_func 10function: 11 ; this is a comment 12 mov r0, #42 ; this # was not 13 bx lr 14