3 # RUN: llvm-mc -filetype=obj -triple=x86_64-linux-gnu -o %t1.o %S/Inputs/shlib-undefined-ref.s
4 # RUN: ld.lld -shared -o %t.so %t1.o
6 # RUN: llvm-mc -filetype=obj -triple=x86_64-linux-gnu -o %t2.o %s
7 # RUN: echo "{ local: *; };" > %t.script
8 # RUN: ld.lld -version-script %t.script -o %t %t2.o %t.so
9 # RUN: llvm-nm -g %t | FileCheck -allow-empty %s
11 # CHECK-NOT: should_not_be_exported
13 .globl should_not_be_exported
14 should_not_be_exported
: