Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
87b7eb9d0f9555835f35350c20d68957c8f1724c
/
.
/
llvm
/
test
/
ExecutionEngine
/
simplesttest.ll
blob: 85c171532752f24a2fd30f1f0178ccab47385184 [
file
] [
log
] [
blame
]
; RUN: %lli %s > /dev/null
define
i32
@main
()
{
ret
i32
0
}