Oops, swap this. This fixes a regression I introduced in the ARM backend.
[oota-llvm.git] / test / CFrontend / hidden-visibility.c
1 // RUN: %llvmgcc %s -emit-llvm -S -o - | grep 'hidden global'
2
3 int X __attribute__ ((__visibility__ ("hidden"))) = 123;