11 lines · plain
1; RUN: not llvm-ml -filetype=s %s /WX /Fo /dev/null 2>&1 | FileCheck %s --implicit-check-not=error:2 3.data4 5; CHECK: :[[# @LINE + 1]]:25: error: MASM-style hex floats ignore explicit sign6negative_hexfloat REAL4 -3fa66666r7 8.code9 10END11