1# RUN: llc -filetype=obj -o %t.o %S/Inputs/main-ret-0.ll 2# RUN: cp %t.o %t.a 3# RUN: not llvm-jitlink -noexec %t.o %t.a 4# 5# Try to load an object file as if it were an archive. Should result in an 6# error, rather than a crash. 7