hanchenye-llvm-project/llvm/test/Regression/ExecutionEngine/simplesttest.ll

11 lines
112 B
LLVM
Raw Normal View History

2004-11-07 07:32:43 +08:00
; RUN: llvm-as -f %s -o %t.bc
; RUN: lli %t.bc > /dev/null
2002-12-05 01:00:25 +08:00
implementation
int %main() {
ret int 0
2002-12-05 01:00:25 +08:00
}