summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/ret0.ll
blob: 9e628a1a1409e2e0e4fcc232831145c024f02d9b (plain)
1
2
3
4
5
; RUN: llc < %s

define i32 @main() {  
  ret i32 0
}