Files
archived-llvm-mirror/test/Regression/CodeGen/CBackend/2002-08-19-FunctionPointer.ll
Tanya Lattner 47772bf0e5 Adding RUN lines.
llvm-svn: 17527
2004-11-06 21:40:51 +00:00

6 lines
149 B
LLVM

; RUN: llvm-as < %s | llc -march=c
%fptr = global void() * %f ;; Forward ref method defn
declare void "f"() ;; External method