llvm/llvm/test/CodeGen/ARM/ret_void.ll

; RUN: llc -mtriple=arm-eabi %s -o /dev/null

define void @test() {
        ret void
}