Enhance LICM to promote alias sets whose pointers themselves are stored,
[oota-llvm.git] / test / FrontendC / hidden-visibility.c
1 // RUN: %llvmgcc %s -S -o - | grep {hidden global}
2
3 int X __attribute__ ((__visibility__ ("hidden"))) = 123;