mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
1e0dd6d404
* Add a bunch of testcases. llvm-svn: 3393
4 lines
113 B
LLVM
4 lines
113 B
LLVM
%fptr = global void() * %f ;; Forward ref method defn
|
|
declare void "f"() ;; External method
|
|
|