move this test into the ARM test so that it is only run when the arm backend
[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;