Adding RUN lines.
[oota-llvm.git] / test / CodeGen / Generic / ret0.ll
index fc7086309f10f820134437715adc486194fb7087..439a2f3284b9c5ab02bd8b926293ab0f01b01dfb 100644 (file)
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc
+
 int %main() {  
   ret int 0
 }