xref: /llvm-project/llvm/test/tools/llvm-ml/hexfloat_error.asm (revision 0499a9d6889050c4b28c0d6d9ec987831ad7de7e)
1*0499a9d6SEric Astor; RUN: not llvm-ml -filetype=s %s /WX /Fo /dev/null 2>&1 | FileCheck %s --implicit-check-not=error:
2*0499a9d6SEric Astor
3*0499a9d6SEric Astor.data
4*0499a9d6SEric Astor
5*0499a9d6SEric Astor; CHECK: :[[# @LINE + 1]]:25: error: MASM-style hex floats ignore explicit sign
6*0499a9d6SEric Astornegative_hexfloat REAL4 -3fa66666r
7*0499a9d6SEric Astor
8*0499a9d6SEric Astor.code
9*0499a9d6SEric Astor
10*0499a9d6SEric AstorEND
11