[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / test / Linker / Inputs / sret-type-input.ll
blob2f6fd8bb5987a3e15bf31e76ef9fd0931ae16353
1 %a = type { i64 }
2 %struct = type { i32, i8 }
4 define void @g(%a* sret(%a)) {
5   ret void
8 declare void @baz(%struct* sret(%struct))
10 define void @foo(%struct* sret(%struct) %a) {
11   call void @baz(%struct* sret(%struct) %a)
12   ret void