1; RUN: llvm-ml -filetype=s %s /Fo - | FileCheck %s 2 3.code 4 5t1: 6call dword ptr [eax] 7 8; CHECK-LABEL: t1: 9; CHECK-NEXT: call 10 11t2 dword 5 12 13; CHECK-LABEL: t2: 14; CHECK-NEXT: .long 5 15 16END 17