index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Linker
/
Inputs
/
type-unique-unrelated2.ll
blob: b7c2cec18a36f908ef38fe64f0f8104ac397ef50 (
plain
)
1
2
3
4
5
6
7
%t = type { i8* } declare %t @g() define %t @g2() { %x = call %t @g() ret %t %x }