• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: lli -jit-kind=orc-lazy %s
2
3define private void @_ZL3foov() {
4entry:
5  ret void
6}
7
8define i32 @main(i32 %argc, i8** nocapture readnone %argv) {
9entry:
10  tail call void @_ZL3foov()
11  ret i32 0
12}
13