xref
: /
llvm-project-15.0.7
/
llvm
/
test
/
Linker
/
Inputs
/
type-unique-name.ll
(revision c81c3f55)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
%t = type { i8 }
2
3
define %t* @f() {
4
ret %t* null
5
}
6