Sign in
nest-open-source
/
nest-cam
/
4320010
/
llvm
/
dee0fb2aff7c6796a06bd397da04dd85170fbcdb
/
.
/
llvm
/
test
/
ExecutionEngine
/
MCJIT
/
simplesttest.ll
blob: 85c171532752f24a2fd30f1f0178ccab47385184 [
file
]
; RUN: %lli %s > /dev/null
define
i32
@main
()
{
ret
i32
0
}