1 @ RUN
: llvm-mc
%s
-triple armv7-linux-gnueabi
-filetype asm
-o
- | FileCheck
%s
8 .type emit_asm,%function
10 .inst.w 0xf2400000, 0xf2c00000
15 @ CHECK
: .globl emit_asm
16 @ CHECK
: .type emit_asm,%function
18 @ CHECK
: inst.w
0xf2400000
19 @ CHECK
: inst.w
0xf2c00000