mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-09 11:11:05 +00:00
6 lines
138 B
LLVM
6 lines
138 B
LLVM
; RUN: llc < %s -march=c
|
|
|
|
@fptr = global void ()* @f ;; Forward ref method defn
|
|
declare void @f() ;; External method
|
|
|