1 // RUN
: llvm-mc
-triple aarch64-windows-gnu
-filetype obj
-o
%t.obj
%s
2 // RUN
: llvm-objdump
-d
%t.obj | FileCheck
%s
5 // Check that the
nop instruction after the semicolon also is handled
9 // CHECK
: 0: 1f
20 03 d5
nop
10 // CHECK
: 4: 1f
20 03 d5
nop
11 // CHECK
: 8: 00 a8
00 91 add x0
, x0
, #42