[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / MC / ELF / ARM / bss-non-zero-value.s
blob999b8b019c9cfbec7ca96d8fc766c8f8b88a1abd
1 // RUN: not llvm-mc -filetype=obj -triple arm-linux-gnu %s -o %t 2>%t.out
2 // RUN: FileCheck --input-file=%t.out %s
3 // CHECK: non-zero initializer found in section '.bss'
4 .bss
5 .globl a
6 .align 2
7 a:
8 .long 1
9 .size a, 4