Add fcopysign instructions
[oota-llvm.git] / test / CodeGen / CBackend / 2002-08-19-FunctionPointer.ll
1 ; RUN: llvm-as < %s | llc -march=c
2
3 @fptr = global void ()* @f       ;; Forward ref method defn
4 declare void @f()               ;; External method
5