Raw File
2004-02-01-NegativeZero.ll
; RUN: llvm-as < %s | llvm-dis | grep -- -0.0

global double 0x8000000000000000
global float -0.0

back to top