xref
: /
llvm-project-15.0.7
/
llvm
/
test
/
Linker
/
Inputs
/
type-unique-alias.ll
(revision 2f40830d)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
%u = type { i8 }
2
3
@g2 = global %u zeroinitializer
4
@a = weak alias %u, %u* @g2
5