blob: bd0d389ff7c2c37ca6b225d849067c7eba89b598 [file] [log] [blame]
Chris Lattnerb9befc52005-01-04 01:58:26 +00001; RUN: llvm-as < %s | llvm-dis | grep '1.0'
2
3double %test() {
4 ret double 1.0 ;; This should not require hex notation
5}
6