blob: b59cc8a57525eecaeeb4152943714b88f9a826b3 [file] [log] [blame]
; RUN: opt < %s -passes=deadargelim -disable-output
define internal void @build_delaunay(ptr sret({ i32 }) %agg.result) {
ret void
}
define void @test() {
call void @build_delaunay(ptr sret({ i32 }) null)
ret void
}