Files
llvm-project/llvm/test/Regression/ExecutionEngine/simplesttest.ll
Tanya Lattner 2acf9b07fa Adding RUN lines.
llvm-svn: 17536
2004-11-06 23:32:43 +00:00

11 lines
112 B
LLVM

; RUN: llvm-as -f %s -o %t.bc
; RUN: lli %t.bc > /dev/null
implementation
int %main() {
ret int 0
}