We should check that existing cast operation has the appropriate opcode before we...
[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;