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