Add a regression test for the recent fix for FP_TO_UINT lowering in the ppc
[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