mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 14:47:00 +00:00
11 lines
88 B
LLVM
11 lines
88 B
LLVM
|
|
||
|
|
||
|
%X = external global %T*
|
||
|
%X = external global int *
|
||
|
|
||
|
%T = type int
|
||
|
|
||
|
|
||
|
implementation
|
||
|
|