llvm-65816/test/ExecutionEngine/simplesttest.ll

7 lines
63 B
LLVM

; RUN: %lli %s > /dev/null
define i32 @main() {
ret i32 0
}