3 # RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t.o
5 # RUN: not ld.lld --start-group --start-group %t.o 2>&1 | FileCheck %s --check-prefix=NESTED
6 # NESTED: nested --start-group
8 # RUN: not ld.lld --end-group 2>&1 | FileCheck %s --check-prefix=END
9 # RUN: not ld.lld '-)' 2>&1 | FileCheck %s --check-prefix=END
10 # END: stray --end-group