mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01: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
|
|
|