blob: 82e8a2dc869b4df8f55150edbd0ea34601180233 [file] [log] [blame]
Tanya Lattnerceca1942008-03-10 07:21:50 +00001; RUN: llvm-as < %s -f -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