blob: 80bbce0c054ad4c41f0081349c32b29777cb30f7 [file] [log] [blame]
; RUN: llvm-as < %s | 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
}