1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/test/Regression/ExecutionEngine/simplesttest.ll

11 lines
112 B
LLVM
Raw Normal View History

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