blob: f5cd33dc0b212e09e163637f5f2bce761305832e [file] [log] [blame]
Dan Gohmanc8054d92009-09-09 00:09:15 +00001; RUN: llc < %s
Tanya Lattnerf14e76d2004-11-06 21:40:51 +00002
Tanya Lattner3f047732008-02-19 01:41:04 +00003define i32 @main() {
4 ret i32 42
Misha Brukman81f6ee82004-08-11 14:16:34 +00005}