llvm/llvm/test/Linker/Inputs/nofpclass.ll

define float @declared_as_nonan(float %arg) {
  %add = fadd float %arg, 1.0
  ret float %add
}