forked from OSchip/llvm-project
11 lines
88 B
LLVM
11 lines
88 B
LLVM
|
|
||
|
|
||
|
%X = external global %T*
|
||
|
%X = external global int *
|
||
|
|
||
|
%T = type int
|
||
|
|
||
|
|
||
|
implementation
|
||
|
|