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