Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are a bit...
[oota-llvm.git] / test / FrontendC / hidden-visibility.c
1 // RUN: %llvmgcc %s -emit-llvm -S -o - | grep {hidden global}
2
3 int X __attribute__ ((__visibility__ ("hidden"))) = 123;