blob: 82e8a2dc869b4df8f55150edbd0ea34601180233 [file] [log] [blame]
Tanya Lattner5f4b3552008-03-10 07:21:50 +00001; RUN: llvm-as < %s -f -o %t.bc
Tanya Lattner2acf9b02004-11-06 23:32:43 +00002; RUN: lli %t.bc > /dev/null
3
Tanya Lattner5f4b3552008-03-10 07:21:50 +00004define i32 @main() {
5 ret i32 0
Chris Lattner4bc49fa2002-12-04 17:00:25 +00006}
7