Make testcase more interesting
[oota-llvm.git] / test / CBackend / 2002-08-19-FunctionPointer.ll
1 %fptr = global void() * %f       ;; Forward ref method defn
2 declare void "f"()               ;; External method
3