1 ; RUN: llc < %s -march=c 2 3 @fptr = global void ()* @f ;; Forward ref method defn 4 declare void @f() ;; External method 5 6