[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / Transforms / DeadArgElim / 2006-06-27-struct-ret.ll
blobb59cc8a57525eecaeeb4152943714b88f9a826b3
1 ; RUN: opt < %s -passes=deadargelim -disable-output
3 define internal void @build_delaunay(ptr sret({ i32 })  %agg.result) {
4         ret void
7 define void @test() {
8         call void @build_delaunay(ptr sret({ i32 }) null)
9         ret void