blob: 82e8a2dc869b4df8f55150edbd0ea34601180233 [file] [log] [blame]
Tanya Lattner003eae52008-03-10 07:21:50 +00001; RUN: llvm-as < %s -f -o %t.bc
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002; RUN: lli %t.bc > /dev/null
3
Tanya Lattner003eae52008-03-10 07:21:50 +00004define i32 @main() {
5 ret i32 0
Dan Gohmanf17a25c2007-07-18 16:29:46 +00006}
7