blob: 2a7b3a1f0421da23a71136b20380a8afc3e0aedc [file] [log] [blame]
; 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
}