repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
llvm
/
test
/
Linker
/
Inputs
/
pr22807-1.ll
blob
a1006bf409a13fd56ff1ac14466d0fd44c7a66e8
1
%struct.A = type { %struct.B }
2
%struct.B = type opaque
3
4
define i32 @foo(%struct.A** %A) {
5
ret i32 0
6
}