xref
: /
external
/
llvm
/
test
/
Linker
/
Inputs
/
2003-05-31-LinkerRename.ll
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
@bar = global i32()* @foo
2
3
define internal i32 @foo() {
4
ret i32 7
5
}
6