aboutsummaryrefslogtreecommitdiff
path: root/test/Assembler/2002-12-15-GlobalResolve.ll
blob: b46d0cc5f3fb4e96fdc0e4fbf2900ef9953774d9 (plain)
1
2
3
4
5
6
7
8
9
10
%X = external global %T* 
%X = external global int *

%T = type int


implementation