The ARM disassembler did not handle the alignment correctly for VLD*DUP* instructions
[oota-llvm.git] / test / FrontendC / hidden-visibility.c
1 // RUN: %llvmgcc %s -S -o - | grep {hidden unnamed_addr global}
2
3 int X __attribute__ ((__visibility__ ("hidden"))) = 123;