Sign in
swiftshader
/
SwiftShader
/
b2b498e7beb4dcc32930bf6e97475ae8cb8a51be
/
.
/
src
/
LLVM
/
test
/
ExecutionEngine
/
simplesttest.ll
blob: 048723453f0600feca0b7d041fdc4b418c782fc5 [
file
]
; RUN: lli %s > /dev/null
define
i32
@main
()
{
ret
i32
0
}