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