13 lines · plain
1; RUN: llvm-ml -filetype=s %s /Fo - 2>&1 | FileCheck %s2 3.data4 5; CHECK: :[[# @LINE + 1]]:25: warning: MASM-style hex floats ignore explicit sign6negative_hexfloat REAL4 -3fa66666r7; CHECK-LABEL: negative_hexfloat:8; CHECK-NEXT: .long 10678697989 10.code11 12END13