2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
3 # RUN: echo "SECTIONS { \
4 # RUN: .foo : ONLY_IF_RO { *(.foo) } \
5 # RUN: .bar : {bar1 = .; *(.bar) } }" > %t1.script
6 # RUN: ld.lld -o %t1 --script %t1.script %t
7 # RUN: llvm-readobj --symbols %t1 | FileCheck %s