blob: 1ca8a897327b588a0e67eb6b1fe14f7a3cd4fc79 [file] [log] [blame]
%a = type { i64 }
%struct = type { i32, i8 }
define void @g(%a* byref(%a)) {
ret void
}
declare void @baz(%struct* byref(%struct))
define void @foo(%struct* byref(%struct) %a) {
call void @baz(%struct* byref(%struct) %a)
ret void
}