blob: aaa776f51b814531fb42732807a9d8871985911c [file] [log] [blame]
Tanya Lattnerfc984402008-02-16 23:27:24 +00001; RUN: llvm-as < %s | llvm-dis | grep 1.0
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
Tanya Lattnerfc984402008-02-16 23:27:24 +00003define double @test() {
Dan Gohmanf17a25c2007-07-18 16:29:46 +00004 ret double 1.0 ;; This should not require hex notation
5}
6