Reapply r121905 (automatic synthesis of @llvm.sadd.with.overflow) with a fix for...
[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;