blob: aaa776f51b814531fb42732807a9d8871985911c [file] [log] [blame]
Tanya Lattner91974932008-02-16 23:27:24 +00001; RUN: llvm-as < %s | llvm-dis | grep 1.0
Chris Lattnerb9befc52005-01-04 01:58:26 +00002
Tanya Lattner91974932008-02-16 23:27:24 +00003define double @test() {
Chris Lattnerb9befc52005-01-04 01:58:26 +00004 ret double 1.0 ;; This should not require hex notation
5}
6