# This tests the functionality for finding the shared library libfn.so for ELF RUN: lld -flavor old-gnu -target x86_64 %p/Inputs/main.o -L%p/Inputs/ -lfn -o %t \ RUN: --noinhibit-exec -t 2> %t1 RUN: FileCheck %s < %t1 CHECK: {{[\/0-9A-Za-z_]+}}libfn.so