1 2 3 4 5 6 7 8 9 10 11 12 13
; RUN: llvm-upgrade < %s | llvm-as | opt -deadargelim -disable-output implementation internal csretcc void %build_delaunay({int}* %agg.result) { ret void } void %test() { call csretcc void %build_delaunay({int}* null) ret void }