blob: 5d9cf767bcb3b45f4b9b594666d19e27b869707b [file] [log] [blame]
Dan Gohmanfea1dd02009-08-25 15:38:29 +00001; RUN: llvm-as %s -o %t.bc
Tanya Lattnere9789ef2004-11-06 23:32:43 +00002; RUN: lli %t.bc > /dev/null
3
Tanya Lattnerceca1942008-03-10 07:21:50 +00004define i32 @main() {
5 ret i32 0
Chris Lattner00af1172002-12-04 17:00:25 +00006}
7