aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/ret_void.ll
blob: 93dc5c1f654dc4b7a5fe57febbf44831bce9b672 (plain)
1
2
3
4
5
6
; RUN: llc -mtriple=arm-eabi %s -o /dev/null

define void @test() {
        ret void
}